#include <math.h>

Go to the source code of this file.
Defines | |
| #define | PI 3.14159265358979323846 |
Functions | |
| void | init_fdct (void) |
| void | fdct (short *block) |
| void | idct (short *block) |
Variables | |
| static double | c [8][8] |
| void fdct | ( | short * | block | ) |
Definition at line 63 of file fdctref.c.
References s.
Referenced by dct_error(), init_transform_hv(), and main().
| void init_fdct | ( | void | ) |
1.5.5