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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dfft-internal.h68 #define ff_imdct_half_c FFT_NAME(ff_imdct_half_c) macro
72 void ff_imdct_half_c(FFTContext *s, FFTSample *output, const FFTSample *input);
H A Dmdct.c95 void ff_imdct_half_c(FFTContext *s, FFTSample *output, const FFTSample *input) function
144 ff_imdct_half_c(s, output+n4, input);
H A Dfft.c156 s->imdct_half = ff_imdct_half_c;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dfft-internal.h87 #define ff_imdct_half_c FFT_NAME(ff_imdct_half_c) macro
91 void ff_imdct_half_c(FFTContext *s, FFTSample *output, const FFTSample *input);
H A Dmdct_template.c99 void ff_imdct_half_c(FFTContext *s, FFTSample *output, const FFTSample *input) function
148 ff_imdct_half_c(s, output+n4, input);
H A Dfft_template.c162 s->imdct_half = ff_imdct_half_c;

Completed in 177 milliseconds