diff dsputil.h @ 19:82d4c9be9873 libavcodec

MMX/MMXEXT iDCT support, using external functions currently defined in libmpeg2 Gives average 13-20% mpeg decoding speedup on x86 systems.
author arpi_esp
date Fri, 03 Aug 2001 18:33:03 +0000
parents ec4642daa6fe
children 2733a4c1c693
line wrap: on
line diff
--- a/dsputil.h	Thu Aug 02 18:46:26 2001 +0000
+++ b/dsputil.h	Fri Aug 03 18:33:03 2001 +0000
@@ -25,6 +25,7 @@
 
 /* pixel ops : interface with DCT */
 
+extern void (*ff_idct)(DCTELEM *block);
 extern void (*get_pixels)(DCTELEM *block, const UINT8 *pixels, int line_size);
 extern void (*put_pixels_clamped)(const DCTELEM *block, UINT8 *pixels, int line_size);
 extern void (*add_pixels_clamped)(const DCTELEM *block, UINT8 *pixels, int line_size);