FFmpeg
|
rdft.h File Reference
Include dependency graph for rdft.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | RDFTContext |
Macros | |
#define | SINTABLE_CONST |
#define | SINTABLE(size) SINTABLE_CONST DECLARE_ALIGNED(16, FFTSample, ff_sin_##size)[size/2] |
Functions | |
SINTABLE (16) | |
SINTABLE (32) | |
SINTABLE (64) | |
SINTABLE (128) | |
SINTABLE (256) | |
SINTABLE (512) | |
SINTABLE (1024) | |
SINTABLE (2048) | |
SINTABLE (4096) | |
SINTABLE (8192) | |
SINTABLE (16384) | |
SINTABLE (32768) | |
SINTABLE (65536) | |
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) |
Macro Definition Documentation
#define SINTABLE | ( | size | ) | SINTABLE_CONST DECLARE_ALIGNED(16, FFTSample, ff_sin_##size)[size/2] |
Function Documentation
void ff_rdft_end | ( | RDFTContext * | s | ) |
Definition at line 130 of file rdft.c.
Referenced by av_fft_end(), decode_end(), ff_dct_end(), main(), qdm2_decode_close(), and wmavoice_decode_end().
int ff_rdft_init | ( | RDFTContext * | s, |
int | nbits, | ||
enum RDFTransformType | trans | ||
) |
Set up a real FFT.
- Parameters
-
nbits log2 of the length of the input array trans the type of transform
Definition at line 99 of file rdft.c.
Referenced by av_fft_end(), decode_init(), ff_dct_init(), main(), qdm2_decode_init(), and wmavoice_decode_init().
void ff_rdft_init_arm | ( | RDFTContext * | s | ) |
Referenced by ff_fft_init_arm(), and ff_rdft_init().
SINTABLE | ( | 16 | ) |
SINTABLE | ( | 32 | ) |
SINTABLE | ( | 64 | ) |
SINTABLE | ( | 128 | ) |
SINTABLE | ( | 256 | ) |
SINTABLE | ( | 512 | ) |
SINTABLE | ( | 1024 | ) |
SINTABLE | ( | 2048 | ) |
SINTABLE | ( | 4096 | ) |
SINTABLE | ( | 8192 | ) |
SINTABLE | ( | 16384 | ) |
SINTABLE | ( | 32768 | ) |
SINTABLE | ( | 65536 | ) |
Generated on Mon Nov 18 2024 06:52:08 for FFmpeg by 1.8.11