comparison x86/dsputil_mmx.h @ 12168:b246b214c2e9 libavcodec

VP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations.
author rbultje
date Thu, 15 Jul 2010 23:02:34 +0000
parents fa452b243aa6
children 44d480f49053
comparison
equal deleted inserted replaced
12167:69bbfd8f2ba5 12168:b246b214c2e9
45 extern const xmm_reg ff_pw_64; 45 extern const xmm_reg ff_pw_64;
46 extern const uint64_t ff_pw_96; 46 extern const uint64_t ff_pw_96;
47 extern const uint64_t ff_pw_128; 47 extern const uint64_t ff_pw_128;
48 extern const uint64_t ff_pw_255; 48 extern const uint64_t ff_pw_255;
49 49
50 extern const uint64_t ff_pb_1; 50 extern const xmm_reg ff_pb_1;
51 extern const xmm_reg ff_pb_3; 51 extern const xmm_reg ff_pb_3;
52 extern const uint64_t ff_pb_7; 52 extern const uint64_t ff_pb_7;
53 extern const uint64_t ff_pb_1F; 53 extern const uint64_t ff_pb_1F;
54 extern const uint64_t ff_pb_3F; 54 extern const uint64_t ff_pb_3F;
55 extern const uint64_t ff_pb_81; 55 extern const uint64_t ff_pb_81;