diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2010-09-03 16:52:46 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2010-09-03 16:52:46 +0000 |
commit | 2c166c3af15a2333090075608590e1229dcce552 (patch) | |
tree | fd263426a628df8dd91c589a7c55f4ecd0bbe00a /libavcodec/x86/dsputil_mmx.h | |
parent | 8bb90c539456fa588499fc8b03fbcc07b5317443 (diff) | |
download | ffmpeg-2c166c3af15a2333090075608590e1229dcce552.tar.gz |
Port latest x264 deblock asm (before they moved to using NV12 as internal
format), LGPL'ed with permission from Jason and Loren. This includes mmx2
code, so remove inline asm from h264dsp_mmx.c accordingly.
Originally committed as revision 25031 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 4a1023c8a7..2bd05cefbf 100644 --- a/libavcodec/x86/dsputil_mmx.h +++ b/libavcodec/x86/dsputil_mmx.h @@ -57,7 +57,7 @@ extern const uint64_t ff_pb_7; extern const uint64_t ff_pb_1F; extern const uint64_t ff_pb_3F; extern const uint64_t ff_pb_81; -extern const uint64_t ff_pb_A1; +extern const xmm_reg ff_pb_A1; extern const xmm_reg ff_pb_F8; extern const uint64_t ff_pb_FC; extern const xmm_reg ff_pb_FE; |