FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | MDCT15Context |
Functions | |
int | ff_mdct15_init (MDCT15Context **ps, int inverse, int N, double scale) |
Init an (i)MDCT of the length 2 * 15 * (2^N) More... | |
void | ff_mdct15_uninit (MDCT15Context **ps) |
Frees a context. More... | |
int ff_mdct15_init | ( | MDCT15Context ** | ps, |
int | inverse, | ||
int | N, | ||
double | scale | ||
) |
Init an (i)MDCT of the length 2 * 15 * (2^N)
Definition at line 101 of file mdct15.c.
Referenced by aac_decode_init(), ff_celt_init(), and opus_encode_init().
void ff_mdct15_uninit | ( | MDCT15Context ** | ps | ) |
Frees a context.
Definition at line 48 of file mdct15.c.
Referenced by aac_decode_close(), ff_celt_free(), ff_mdct15_init(), and opus_encode_end().