|
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... | |
| int ff_imdct15_init | ( | IMDCT15Context ** | s, |
| int | N | ||
| ) |
Init an iMDCT of the length 2 * 15 * (2^N)
Definition at line 98 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 47 of file imdct15.c.
Referenced by aac_decode_close(), ff_celt_free(), and ff_imdct15_init().
1.8.6