comparison jrevdct.c @ 1106:1e39f273ecd6 libavcodec

per file doxy
author michaelni
date Thu, 06 Mar 2003 11:32:04 +0000
parents b32afefe7d33
children 7e0b2e86afa9
comparison
equal deleted inserted replaced
1105:b773f9d23236 1106:1e39f273ecd6
23 * faster. 23 * faster.
24 * 24 *
25 * A better way to do this would be to pass in the DCT block as a sparse 25 * A better way to do this would be to pass in the DCT block as a sparse
26 * matrix, perhaps with the difference cases encoded. 26 * matrix, perhaps with the difference cases encoded.
27 */ 27 */
28
29 /**
30 * @file jrevdct.c
31 * Independent JPEG Group's LLM idct.
32 */
33
28 #include "common.h" 34 #include "common.h"
29 #include "dsputil.h" 35 #include "dsputil.h"
30 36
31 #define EIGHT_BIT_SAMPLES 37 #define EIGHT_BIT_SAMPLES
32 38