From ce53144bac00bff5e7fd682c4d72daf80b21d6fb Mon Sep 17 00:00:00 2001 From: Loren Merritt Date: Tue, 1 Apr 2008 04:51:28 +0000 Subject: h264 chroma mc ssse3 width8: 180->92, width4: 78->63 cycles (core2) Originally committed as revision 12661 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/i386/dsputil_mmx.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/i386/dsputil_mmx.h') 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; -- cgit v1.2.3