ff_imdct_half_c    87 libavcodec/fft-internal.h #define ff_imdct_half_c FFT_NAME(ff_imdct_half_c)
ff_imdct_half_c    91 libavcodec/fft-internal.h void ff_imdct_half_c(FFTContext *s, FFTSample *output, const FFTSample *input);
ff_imdct_half_c   162 libavcodec/fft_template.c     s->imdct_half  = ff_imdct_half_c;
ff_imdct_half_c   148 libavcodec/mdct_template.c     ff_imdct_half_c(s, output+n4, input);