From 5900637219ccccdd39ddafa4e7181da20b8e1f1b Mon Sep 17 00:00:00 2001 From: Loren Merritt Date: Fri, 30 Mar 2007 19:15:31 +0000 Subject: mmx 16-bit ssd. 2.3x faster svq1 encoding. Originally committed as revision 8559 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/dsputil.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/dsputil.h') diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index 157426748c..19849dd246 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -200,6 +200,8 @@ typedef struct DSPContext { me_cmp_func ildct_cmp[5]; //only width 16 used me_cmp_func frame_skip_cmp[5]; //only width 8 used + int (*ssd_int8_vs_int16)(int8_t *pix1, int16_t *pix2, int size); + /** * Halfpel motion compensation with rounding (a+b+1)>>1. * this is an array[4][4] of motion compensation funcions for 4 -- cgit v1.2.3