Searched defs:FFTContext (Results 1 – 2 of 2) sorted by relevance
54 typedef struct FFTContext FFTContext; typedef75 struct FFTContext { struct88 void (*fft_permute)(struct FFTContext *s, FFTComplex *z); argument93 void (*fft_calc)(struct FFTContext *s, FFTComplex *z); argument94 void (*imdct_calc)(struct FFTContext *s, FFTSample *output, const FFTSample *input); argument95 void (*imdct_half)(struct FFTContext *s, FFTSample *output, const FFTSample *input); argument96 void (*mdct_calc)(struct FFTContext *s, FFTSample *output, const FFTSample *input); argument97 enum fft_permutation_type fft_permutation;98 enum mdct_permutation_type mdct_permutation;99 uint32_t *revtab32;
41 typedef struct FFTContext FFTContext; typedef