Searched defs:FFTContext (Results 1 – 2 of 2) sorted by relevance
62 typedef struct FFTContext FFTContext; typedef83 struct FFTContext { struct96 void (*fft_permute)(struct FFTContext *s, FFTComplex *z); argument101 void (*fft_calc)(struct FFTContext *s, FFTComplex *z); argument102 void (*imdct_calc)(struct FFTContext *s, FFTSample *output, const FFTSample *input); argument103 void (*imdct_half)(struct FFTContext *s, FFTSample *output, const FFTSample *input); argument104 void (*mdct_calc)(struct FFTContext *s, FFTSample *output, const FFTSample *input); argument105 enum fft_permutation_type fft_permutation;106 enum mdct_permutation_type mdct_permutation;107 uint32_t *revtab32;
41 typedef struct FFTContext FFTContext; typedef