Go to the documentation of this file.
19 #ifndef AVCODEC_X86_FFT_H
20 #define AVCODEC_X86_FFT_H
filter_frame For filters that do not use the this method is called when a frame is pushed to the filter s input It can be called at any time except in a reentrant way If the input frame is enough to produce output
void ff_imdct_calc_sse(FFTContext *s, FFTSample *output, const FFTSample *input)
void ff_imdct_half_avx(FFTContext *s, FFTSample *output, const FFTSample *input)
void ff_fft_calc_sse(FFTContext *s, FFTComplex *z)
void ff_fft_permute_sse(FFTContext *s, FFTComplex *z)
and forward the test the status of outputs and forward it to the corresponding return FFERROR_NOT_READY If the filters stores internally one or a few frame for some input
void ff_imdct_half_sse(FFTContext *s, FFTSample *output, const FFTSample *input)
void ff_fft_calc_avx(FFTContext *s, FFTComplex *z)