comparison x86/dsputil_mmx.h @ 8816:53f9f3994ec8 libavcodec

convert ff_pw_64 into an xmm_reg for future use in vp6 sse code
author aurel
date Thu, 12 Feb 2009 23:48:07 +0000
parents 7a463923ecd1
children 8b9fc0c8f1cc
comparison
equal deleted inserted replaced
8815:dcada67a9bf0 8816:53f9f3994ec8
40 extern const xmm_reg ff_pw_16; 40 extern const xmm_reg ff_pw_16;
41 extern const uint64_t ff_pw_20; 41 extern const uint64_t ff_pw_20;
42 extern const xmm_reg ff_pw_28; 42 extern const xmm_reg ff_pw_28;
43 extern const xmm_reg ff_pw_32; 43 extern const xmm_reg ff_pw_32;
44 extern const uint64_t ff_pw_42; 44 extern const uint64_t ff_pw_42;
45 extern const uint64_t 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 uint64_t ff_pb_1;