Home
last modified time | relevance | path

Searched defs:FFTContext (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dfft.h62 typedef struct FFTContext FFTContext; typedef
83 struct FFTContext { struct
96 void (*fft_permute)(struct FFTContext *s, FFTComplex *z); argument
101 void (*fft_calc)(struct FFTContext *s, FFTComplex *z); argument
102 void (*imdct_calc)(struct FFTContext *s, FFTSample *output, const FFTSample *input); argument
103 void (*imdct_half)(struct FFTContext *s, FFTSample *output, const FFTSample *input); argument
104 void (*mdct_calc)(struct FFTContext *s, FFTSample *output, const FFTSample *input); argument
105 enum fft_permutation_type fft_permutation;
106 enum mdct_permutation_type mdct_permutation;
107 uint32_t *revtab32;
Davfft.h41 typedef struct FFTContext FFTContext; typedef