FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | CeltIMDCTContext |
Functions | |
int | ff_celt_imdct_init (CeltIMDCTContext **s, int N) |
Init an iMDCT of the length 2 * 15 * (2^N) | |
void | ff_celt_imdct_uninit (CeltIMDCTContext **s) |
Free an iMDCT. | |
void | ff_celt_imdct_init_aarch64 (CeltIMDCTContext *s) |
int ff_celt_imdct_init | ( | CeltIMDCTContext ** | s, |
int | N | ||
) |
Init an iMDCT of the length 2 * 15 * (2^N)
Definition at line 90 of file opus_imdct.c.
Referenced by ff_celt_init().
void ff_celt_imdct_uninit | ( | CeltIMDCTContext ** | s | ) |
Free an iMDCT.
Definition at line 69 of file opus_imdct.c.
Referenced by ff_celt_free(), and ff_celt_imdct_init().
void ff_celt_imdct_init_aarch64 | ( | CeltIMDCTContext * | s | ) |
Definition at line 38 of file opus_imdct_init.c.
Referenced by ff_celt_imdct_init().