comparison jfdctfst.c @ 1106:1e39f273ecd6 libavcodec

per file doxy
author michaelni
date Thu, 06 Mar 2003 11:32:04 +0000
parents b32afefe7d33
children aa4dc16c0f18
comparison
equal deleted inserted replaced
1105:b773f9d23236 1106:1e39f273ecd6
28 * quantization values. The smaller the quantization table entry, the less 28 * quantization values. The smaller the quantization table entry, the less
29 * precise the scaled value, so this implementation does worse with high- 29 * precise the scaled value, so this implementation does worse with high-
30 * quality-setting files than with low-quality ones. 30 * quality-setting files than with low-quality ones.
31 */ 31 */
32 32
33 /**
34 * @file jfdctfst.c
35 * Independent JPEG Group's fast AAN dct.
36 */
37
33 #include <stdlib.h> 38 #include <stdlib.h>
34 #include <stdio.h> 39 #include <stdio.h>
35 #include "common.h" 40 #include "common.h"
36 #include "dsputil.h" 41 #include "dsputil.h"
37 42