Home
last modified time | relevance | path

Searched refs:ff_imdct_half_c (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dfft-internal.h55 #define ff_imdct_half_c FFT_NAME(ff_imdct_half_c) macro
59 void ff_imdct_half_c(FFTContext *s, FFTSample *output, const FFTSample *input);
H A Dmdct_template.c101 void ff_imdct_half_c(FFTContext *s, FFTSample *output, const FFTSample *input) in ff_imdct_half_c() function
150 ff_imdct_half_c(s, output+n4, input); in ff_imdct_calc_c()
H A Dfft_template.c225 s->imdct_half = ff_imdct_half_c; in ff_fft_init()

Completed in 3 milliseconds