diff options
author | Loren Merritt <lorenm@u.washington.edu> | 2006-03-07 22:45:56 +0000 |
---|---|---|
committer | Loren Merritt <lorenm@u.washington.edu> | 2006-03-07 22:45:56 +0000 |
commit | 548a1c8a353a1c72de1d65f6f6de88a331392448 (patch) | |
tree | c8d4400540142eccede2b723e2dd15999ec773c4 /libavcodec/i386/dsputil_mmx.c | |
parent | 6da971f160d31403e4d5e5deca26e2374f52e298 (diff) | |
download | ffmpeg-548a1c8a353a1c72de1d65f6f6de88a331392448.tar.gz |
h264_idct8_add_mmx
Originally committed as revision 5123 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386/dsputil_mmx.c')
-rw-r--r-- | libavcodec/i386/dsputil_mmx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/i386/dsputil_mmx.c b/libavcodec/i386/dsputil_mmx.c index 3af3974c2a..1e8590e9d9 100644 --- a/libavcodec/i386/dsputil_mmx.c +++ b/libavcodec/i386/dsputil_mmx.c @@ -2734,6 +2734,8 @@ void dsputil_init_mmx(DSPContext* c, AVCodecContext *avctx) c->h264_idct_dc_add= c->h264_idct_add= ff_h264_idct_add_mmx; + c->h264_idct8_dc_add= + c->h264_idct8_add= ff_h264_idct8_add_mmx; if (mm_flags & MM_MMXEXT) { c->put_pixels_tab[0][1] = put_pixels16_x2_mmx2; |