From 9bf71516b1dca438ebfad1a7cb00fa9a06e42c54 Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Thu, 3 Oct 2002 13:41:33 +0000 Subject: first version of IDCT248 for DV decoding support Originally committed as revision 994 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/simple_idct.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/simple_idct.h') diff --git a/libavcodec/simple_idct.h b/libavcodec/simple_idct.h index 41df4c6faa..6c6b4f0115 100644 --- a/libavcodec/simple_idct.h +++ b/libavcodec/simple_idct.h @@ -24,3 +24,5 @@ void ff_simple_idct_mmx(short *block); void ff_simple_idct_add_mmx(UINT8 *dest, int line_size, INT16 *block); 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); -- cgit v1.2.3