Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dfft.h67 typedef struct FFTContext FFTContext; typedef
88 struct FFTContext { struct
101 void (*fft_permute)(struct FFTContext *s, FFTComplex *z); argument
106 void (*fft_calc)(struct FFTContext *s, FFTComplex *z); argument
107 void (*imdct_calc)(struct FFTContext *s, FFTSample *output, const FFTSample *input); argument
108 void (*imdct_half)(struct FFTContext *s, FFTSample *output, const FFTSample *input); argument
109 void (*mdct_calc)(struct FFTContext *s, FFTSample *output, const FFTSample *input); argument
110 void (*mdct_calcw)(struct FFTContext *s, FFTDouble *output, const FFTSample *input); argument
111 enum fft_permutation_type fft_permutation;
112 enum mdct_permutation_type mdct_permutation;
[all …]
Davfft.h41 typedef struct FFTContext FFTContext; typedef