aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/i386/vp3dsp_mmx.h
diff options
context:
space:
mode:
authorDavid Conrad <lessen42@gmail.com>2008-10-19 04:40:24 +0000
committerDavid Conrad <lessen42@gmail.com>2008-10-19 04:40:24 +0000
commitdaa1ea049a9445b7bed03963cb789497065dd1eb (patch)
treeb91610931b770a9682a1d2f31bb416597fda685b /libavcodec/i386/vp3dsp_mmx.h
parent9806f846c0f7dd6ff3a0bdf1f2e161623ec9d3e6 (diff)
downloadffmpeg-daa1ea049a9445b7bed03963cb789497065dd1eb.tar.gz
VP3 loop filter is mmx2 not mmx
Originally committed as revision 15642 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386/vp3dsp_mmx.h')
-rw-r--r--libavcodec/i386/vp3dsp_mmx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/i386/vp3dsp_mmx.h b/libavcodec/i386/vp3dsp_mmx.h
index 252c5f1548..2e79913deb 100644
--- a/libavcodec/i386/vp3dsp_mmx.h
+++ b/libavcodec/i386/vp3dsp_mmx.h
@@ -29,7 +29,7 @@ void ff_vp3_idct_mmx(int16_t *data);
void ff_vp3_idct_put_mmx(uint8_t *dest, int line_size, DCTELEM *block);
void ff_vp3_idct_add_mmx(uint8_t *dest, int line_size, DCTELEM *block);
-void ff_vp3_v_loop_filter_mmx(uint8_t *src, int stride, int *bounding_values);
-void ff_vp3_h_loop_filter_mmx(uint8_t *src, int stride, int *bounding_values);
+void ff_vp3_v_loop_filter_mmx2(uint8_t *src, int stride, int *bounding_values);
+void ff_vp3_h_loop_filter_mmx2(uint8_t *src, int stride, int *bounding_values);
#endif /* AVCODEC_I386_VP3DSP_MMX_H */