From 1457ab523343e94e094ad1c60de37077f8dc5589 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 27 Dec 2002 23:51:46 +0000 Subject: qpel encoding 4mv+b frames encoding finally fixed chroma ME 5 comparission functions for ME b frame encoding speedup wmv2 codec (unfinished) user specified diamond size for EPZS Originally committed as revision 1365 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/simple_idct.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavcodec/simple_idct.h') diff --git a/libavcodec/simple_idct.h b/libavcodec/simple_idct.h index 6c6b4f0115..428c6072c8 100644 --- a/libavcodec/simple_idct.h +++ b/libavcodec/simple_idct.h @@ -26,3 +26,6 @@ void ff_simple_idct_put_mmx(UINT8 *dest, int line_size, INT16 *block); void simple_idct(short *block); void simple_idct248_put(UINT8 *dest, int line_size, INT16 *block); + +void simple_idct84_add(UINT8 *dest, int line_size, INT16 *block); +void simple_idct48_add(UINT8 *dest, int line_size, INT16 *block); -- cgit v1.2.3