|
FFmpeg
|
Floating point AAN DCTMore...
#include <stdint.h>Go to the source code of this file.
Functions | |
| void | ff_faandct (int16_t *data) |
| void | ff_faandct248 (int16_t *data) |
Floating point AAN DCT
Definition in file faandct.h.
| void ff_faandct | ( | int16_t * | data | ) |
Definition at line 121 of file faandct.c.
Referenced by ff_convert_matrix(), and ff_dsputil_init().
| void ff_faandct248 | ( | int16_t * | data | ) |
Definition at line 181 of file faandct.c.
Referenced by ff_dsputil_init().
1.8.2