Searched refs:synth_filter_float (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsynth_filter.h27 void (*synth_filter_float)(FFTContext *imdct, member in struct:SynthFilterContext
H A Dsynth_filter.c24 static void synth_filter_float(FFTContext *imdct, function
61 c->synth_filter_float = synth_filter_float;
H A Ddca.c966 s->synth.synth_filter_float(&s->imdct,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsynth_filter.h27 void (*synth_filter_float)(FFTContext *imdct, member in struct:SynthFilterContext
H A Dsynth_filter.c24 static void synth_filter_float(FFTContext *imdct, function
61 c->synth_filter_float = synth_filter_float;
H A Ddcadsp.c88 synth->synth_filter_float(imdct, synth_buf_ptr, synth_buf_offset,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Ddcadsp_init.c100 s->synth_filter_float = synth_filter_sse;
104 s->synth_filter_float = synth_filter_sse2;
107 s->synth_filter_float = synth_filter_avx;
110 s->synth_filter_float = synth_filter_fma3;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Ddcadsp_init_arm.c79 s->synth_filter_float = ff_synth_filter_float_vfp;
81 s->synth_filter_float = ff_synth_filter_float_neon;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Dfft_init_arm.c66 s->synth_filter_float = ff_synth_filter_float_neon;

Completed in 121 milliseconds