diff simple_idct.h @ 719:2b7ff6dfee35 libavcodec

first version of IDCT248 for DV decoding support
author bellard
date Thu, 03 Oct 2002 13:41:33 +0000
parents e65798d228ea
children caa77cd960c0
line wrap: on
line diff
--- a/simple_idct.h	Wed Oct 02 22:56:58 2002 +0000
+++ b/simple_idct.h	Thu Oct 03 13:41:33 2002 +0000
@@ -24,3 +24,5 @@
 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);