synth_filter_float 46 libavcodec/aarch64/synth_filter_init.c s->synth_filter_float = ff_synth_filter_float_neon; synth_filter_float 46 libavcodec/arm/synth_filter_init_arm.c s->synth_filter_float = ff_synth_filter_float_vfp; synth_filter_float 48 libavcodec/arm/synth_filter_init_arm.c s->synth_filter_float = ff_synth_filter_float_neon; synth_filter_float 138 libavcodec/dcadsp.c synth->synth_filter_float(imdct, hist1, offset, synth_filter_float 173 libavcodec/synth_filter.c c->synth_filter_float = synth_filter_float; synth_filter_float 28 libavcodec/synth_filter.h void (*synth_filter_float)(FFTContext *imdct, synth_filter_float 61 libavcodec/x86/synth_filter_init.c s->synth_filter_float = synth_filter_sse; synth_filter_float 65 libavcodec/x86/synth_filter_init.c s->synth_filter_float = synth_filter_sse2; synth_filter_float 68 libavcodec/x86/synth_filter_init.c s->synth_filter_float = synth_filter_avx; synth_filter_float 71 libavcodec/x86/synth_filter_init.c s->synth_filter_float = synth_filter_fma3; synth_filter_float 52 tests/checkasm/synth_filter.c if (check_func(synth.synth_filter_float, "synth_filter_float")) {