diff options
author | Loren Merritt <lorenm@u.washington.edu> | 2008-02-03 07:05:11 +0000 |
---|---|---|
committer | Loren Merritt <lorenm@u.washington.edu> | 2008-02-03 07:05:11 +0000 |
commit | ed5d7a531cd878aaa02804f8def1eb897b43d4ac (patch) | |
tree | 8e311ddf7fe73fb76c1764a83d46b12c4aa5543b /libavcodec/i386/dsputil_mmx.h | |
parent | 51f0ac65df62c8da804f2e995c38ab9adaf32b9b (diff) | |
download | ffmpeg-ed5d7a531cd878aaa02804f8def1eb897b43d4ac.tar.gz |
ff_h264_idct8_add_sse2.
compared to mmx, 217->126 cycles on core2, 262->220 on k8.
Originally committed as revision 11826 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386/dsputil_mmx.h')
-rw-r--r-- | libavcodec/i386/dsputil_mmx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/i386/dsputil_mmx.h b/libavcodec/i386/dsputil_mmx.h index a1571fc1e3..7a6e62df66 100644 --- a/libavcodec/i386/dsputil_mmx.h +++ b/libavcodec/i386/dsputil_mmx.h @@ -36,7 +36,7 @@ extern const uint64_t ff_pw_8; extern const uint64_t ff_pw_15; extern const uint64_t ff_pw_16; extern const uint64_t ff_pw_20; -extern const uint64_t ff_pw_32; +extern const uint64_t ff_pw_32[2]; extern const uint64_t ff_pw_42; extern const uint64_t ff_pw_64; extern const uint64_t ff_pw_96; |