diff simple_idct.h @ 633:e7b72c1dfa1b libavcodec

dct-test update test simple-idct and ijg int DCT too do tests with random & sparse matrixes print systematic error matrixes
author michaelni
date Sun, 01 Sep 2002 09:33:05 +0000
parents 40ffce2cb6ef
children e65798d228ea
line wrap: on
line diff
--- a/simple_idct.h	Sun Sep 01 07:40:31 2002 +0000
+++ b/simple_idct.h	Sun Sep 01 09:33:05 2002 +0000
@@ -21,3 +21,4 @@
 void simple_idct_put(UINT8 *dest, int line_size, INT16 *block);
 void simple_idct_add(UINT8 *dest, int line_size, INT16 *block);
 void simple_idct_mmx(short *block);
+void simple_idct(short *block);