| FFmpeg
    | 
Go to the source code of this file.
| Data Structures | |
| struct | RDFTContext | 
| Macros | |
| #define | AVCODEC_RDFT_H | 
| Functions | |
| int | ff_rdft_init (RDFTContext *s, int nbits, enum RDFTransformType trans) | 
| Set up a real FFT.  More... | |
| void | ff_rdft_end (RDFTContext *s) | 
| void | ff_rdft_init_arm (RDFTContext *s) | 
| int ff_rdft_init | ( | RDFTContext * | s, | 
| int | nbits, | ||
| enum RDFTransformType | trans | ||
| ) | 
Set up a real FFT.
| nbits | log2 of the length of the input array | 
| trans | the type of transform | 
Definition at line 89 of file rdft.c.
Referenced by ff_dct_init(), and wmavoice_decode_init().
| void ff_rdft_end | ( | RDFTContext * | s | ) | 
Definition at line 117 of file rdft.c.
Referenced by ff_dct_end(), and wmavoice_decode_end().
| void ff_rdft_init_arm | ( | RDFTContext * | s | ) | 
Definition at line 27 of file rdft_init_arm.c.
Referenced by ff_rdft_init().
 1.8.17
 1.8.17