diff x86/dsputil_mmx.h @ 11951:afee30fe8c26 libavcodec

16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264
author darkshikari
date Fri, 25 Jun 2010 18:25:49 +0000
parents 0f0cd6b5791f
children fa452b243aa6
line wrap: on
line diff
--- a/x86/dsputil_mmx.h	Fri Jun 25 18:14:07 2010 +0000
+++ b/x86/dsputil_mmx.h	Fri Jun 25 18:25:49 2010 +0000
@@ -48,7 +48,7 @@
 extern const uint64_t ff_pw_255;
 
 extern const uint64_t ff_pb_1;
-extern const uint64_t ff_pb_3;
+extern const xmm_reg  ff_pb_3;
 extern const uint64_t ff_pb_7;
 extern const uint64_t ff_pb_1F;
 extern const uint64_t ff_pb_3F;