|
FFmpeg
|
Go to the source code of this file.
Data Structures | |
| struct | IMDCT15Context |
Functions | |
| int | ff_imdct15_init (IMDCT15Context **s, int N) |
| Init an iMDCT of the length 2 * 15 * (2^N) More... | |
| void | ff_imdct15_uninit (IMDCT15Context **s) |
| Free an iMDCT. More... | |
| void | ff_imdct15_init_aarch64 (IMDCT15Context *s) |
| int ff_imdct15_init | ( | IMDCT15Context ** | s, |
| int | N | ||
| ) |
Init an iMDCT of the length 2 * 15 * (2^N)
Definition at line 90 of file imdct15.c.
Referenced by aac_decode_init(), and ff_celt_init().
| void ff_imdct15_uninit | ( | IMDCT15Context ** | s | ) |
Free an iMDCT.
Definition at line 69 of file imdct15.c.
Referenced by aac_decode_close(), ff_celt_free(), and ff_imdct15_init().
| void ff_imdct15_init_aarch64 | ( | IMDCT15Context * | s | ) |
Definition at line 39 of file imdct15_init.c.
Referenced by ff_imdct15_init().
1.8.6