Home
last modified time | relevance | path

Searched refs:butterflies_fixed (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavutil/x86/
H A Dfixed_dsp_init.c33 fdsp->butterflies_fixed = ff_butterflies_fixed_sse2; in ff_fixed_dsp_init_x86()
H A Dfixed_dsp.asm31 cglobal butterflies_fixed, 3,3,3, src0, src1, len
/third_party/ffmpeg/libavutil/
H A Dfixed_dsp.h153 void (*butterflies_fixed)(int *av_restrict v1, int *av_restrict v2, int len); member
H A Dfixed_dsp.c162 fdsp->butterflies_fixed = butterflies_fixed_c; in avpriv_alloc_fixed_dsp()
/third_party/ffmpeg/tests/checkasm/
H A Dfixed_dsp.c152 if (check_func(fdsp->butterflies_fixed, "butterflies_fixed")) in checkasm_check_fixed_dsp()
154 report("butterflies_fixed"); in checkasm_check_fixed_dsp()
/third_party/ffmpeg/libavcodec/
H A Ddca_core.c2131 s->fixed_dsp->butterflies_fixed(s->output_samples[DCA_SPEAKER_L], in filter_frame_fixed()
2138 s->fixed_dsp->butterflies_fixed(s->output_samples[DCA_SPEAKER_Ls], in filter_frame_fixed()
H A Daacdec_template.c2231 ac->fdsp->butterflies_fixed(ch0 + group * 128 + offsets[i],

Completed in 10 milliseconds