diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-09-01 09:33:05 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-09-01 09:33:05 +0000 |
commit | 86748dbc61e08a97e70e8e1c821c899ac6f1beac (patch) | |
tree | 47d190fb15e2ec3770380be68f979c1d10479341 /libavcodec/simple_idct.h | |
parent | e61efa2468e65fc664b824519e30998f1263cd6d (diff) | |
download | ffmpeg-86748dbc61e08a97e70e8e1c821c899ac6f1beac.tar.gz |
dct-test update
test simple-idct and ijg int DCT too
do tests with random & sparse matrixes
print systematic error matrixes
Originally committed as revision 892 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/simple_idct.h')
-rw-r--r-- | libavcodec/simple_idct.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/simple_idct.h b/libavcodec/simple_idct.h index 233a7b8412..b267542257 100644 --- a/libavcodec/simple_idct.h +++ b/libavcodec/simple_idct.h @@ -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); |