Revision 983e3246 libavcodec/jfdctint.c
libavcodec/jfdctint.c | ||
---|---|---|
23 | 23 |
* scaled fixed-point arithmetic, with a minimal number of shifts. |
24 | 24 |
*/ |
25 | 25 |
|
26 |
/** |
|
27 |
* @file jfdctint.c |
|
28 |
* Independent JPEG Group's slow & accurate dct. |
|
29 |
*/ |
|
30 |
|
|
26 | 31 |
#include <stdlib.h> |
27 | 32 |
#include <stdio.h> |
28 | 33 |
#include "common.h" |
Also available in: Unified diff