summaryrefslogtreecommitdiff
path: root/libavcodec/x86/dsputil_mmx.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2010-12-24 17:23:22 +0000
committerRonald S. Bultje <rsbultje@gmail.com>2010-12-24 17:23:22 +0000
commit8d147f1f60f8912fa21b09c60973b9758e953295 (patch)
tree05d6a0a321a38ab06080f774d653173bf5d996c4 /libavcodec/x86/dsputil_mmx.h
parent95ee581a9501df9783b2682dd12aaa43680686d5 (diff)
For rounding in chroma MC SSSE3, use 16-byte pw_3/4 instead of reading 8 bytes
and then using movlhps to dup it into the higher half of the register. Originally committed as revision 26086 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/x86/dsputil_mmx.h')
-rw-r--r--libavcodec/x86/dsputil_mmx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/dsputil_mmx.h b/libavcodec/x86/dsputil_mmx.h
index 2bd05cefbf..d9c2f445c0 100644
--- a/libavcodec/x86/dsputil_mmx.h
+++ b/libavcodec/x86/dsputil_mmx.h
@@ -32,7 +32,7 @@ extern const uint64_t ff_wtwo;
extern const uint64_t ff_pdw_80000000[2];
-extern const uint64_t ff_pw_3;
+extern const xmm_reg ff_pw_3;
extern const xmm_reg ff_pw_4;
extern const xmm_reg ff_pw_5;
extern const xmm_reg ff_pw_8;