Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dfft.h54 typedef struct FFTContext FFTContext; typedef
75 struct FFTContext { struct
88 void (*fft_permute)(struct FFTContext *s, FFTComplex *z); argument
93 void (*fft_calc)(struct FFTContext *s, FFTComplex *z); argument
94 void (*imdct_calc)(struct FFTContext *s, FFTSample *output, const FFTSample *input); argument
95 void (*imdct_half)(struct FFTContext *s, FFTSample *output, const FFTSample *input); argument
96 void (*mdct_calc)(struct FFTContext *s, FFTSample *output, const FFTSample *input); argument
97 enum fft_permutation_type fft_permutation;
98 enum mdct_permutation_type mdct_permutation;
99 uint32_t *revtab32;
Davfft.h41 typedef struct FFTContext FFTContext; typedef