diff i386/vp3dsp_mmx.h @ 8032:0839f325edb5 libavcodec

MMX VP3 Loop Filter
author conrad
date Fri, 17 Oct 2008 03:18:08 +0000
parents c4a4495715dd
children b661cf8690a1
line wrap: on
line diff
--- a/i386/vp3dsp_mmx.h	Thu Oct 16 13:34:09 2008 +0000
+++ b/i386/vp3dsp_mmx.h	Fri Oct 17 03:18:08 2008 +0000
@@ -29,4 +29,7 @@
 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);
+
 #endif /* AVCODEC_I386_VP3DSP_MMX_H */