summaryrefslogtreecommitdiff
path: root/libavcodec/i386/dsputil_mmx.h
diff options
context:
space:
mode:
authorLoren Merritt <lorenm@u.washington.edu>2008-04-01 04:51:28 +0000
committerLoren Merritt <lorenm@u.washington.edu>2008-04-01 04:51:28 +0000
commitce53144bac00bff5e7fd682c4d72daf80b21d6fb (patch)
tree9509b539307770ff2e77694d01863582a42ca0d8 /libavcodec/i386/dsputil_mmx.h
parent4e0af031f1a5ef9230a62403b7e4c6cf61183d55 (diff)
h264 chroma mc ssse3
width8: 180->92, width4: 78->63 cycles (core2) Originally committed as revision 12661 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386/dsputil_mmx.h')
-rw-r--r--libavcodec/i386/dsputil_mmx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/i386/dsputil_mmx.h b/libavcodec/i386/dsputil_mmx.h
index 6f0d5ef19a..81fe54e234 100644
--- a/libavcodec/i386/dsputil_mmx.h
+++ b/libavcodec/i386/dsputil_mmx.h
@@ -39,6 +39,7 @@ extern const uint64_t ff_pw_8;
extern const uint64_t ff_pw_15;
extern const xmm_t ff_pw_16;
extern const uint64_t ff_pw_20;
+extern const xmm_t ff_pw_28;
extern const xmm_t ff_pw_32;
extern const uint64_t ff_pw_42;
extern const uint64_t ff_pw_64;