diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2010-07-15 23:02:34 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2010-07-15 23:02:34 +0000 |
commit | a711eb48295dfa6c8556bbd7aa55e7cc4d0e19d6 (patch) | |
tree | 88f3630b06921a1d263d30ae2c07ef59be837379 /libavcodec/x86/dsputil_mmx.h | |
parent | 751484372d0dbf8428ba327ce5e515005d2e89b5 (diff) | |
download | ffmpeg-a711eb48295dfa6c8556bbd7aa55e7cc4d0e19d6.tar.gz |
VP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations.
Originally committed as revision 24250 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/x86/dsputil_mmx.h')
-rw-r--r-- | libavcodec/x86/dsputil_mmx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/dsputil_mmx.h b/libavcodec/x86/dsputil_mmx.h index ca3713c6e5..ccf1590cf1 100644 --- a/libavcodec/x86/dsputil_mmx.h +++ b/libavcodec/x86/dsputil_mmx.h @@ -47,7 +47,7 @@ extern const uint64_t ff_pw_96; extern const uint64_t ff_pw_128; extern const uint64_t ff_pw_255; -extern const uint64_t ff_pb_1; +extern const xmm_reg ff_pb_1; extern const xmm_reg ff_pb_3; extern const uint64_t ff_pb_7; extern const uint64_t ff_pb_1F; |