Home
last modified time | relevance | path

Searched refs:butterflies_float (Results 1 - 15 of 15) sorted by relevance

/third_party/ffmpeg/libavutil/arm/
H A Dfloat_dsp_init_vfp.c45 fdsp->butterflies_float = ff_butterflies_float_vfp; in ff_float_dsp_init_vfp()
H A Dfloat_dsp_init_neon.c57 fdsp->butterflies_float = ff_butterflies_float_neon; in ff_float_dsp_init_neon()
/third_party/ffmpeg/libavutil/aarch64/
H A Dfloat_dsp_init.c59 fdsp->butterflies_float = ff_butterflies_float_neon; in ff_float_dsp_init_aarch64()
/third_party/ffmpeg/libavutil/
H A Dfloat_dsp.h164 void (*butterflies_float)(float *av_restrict v1, float *av_restrict v2, int len); member
H A Dfloat_dsp.c150 fdsp->butterflies_float = butterflies_float_c; in avpriv_float_dsp_alloc()
/third_party/ffmpeg/libavutil/x86/
H A Dfloat_dsp_init.c92 fdsp->butterflies_float = ff_butterflies_float_sse; in ff_float_dsp_init_x86()
H A Dfloat_dsp.asm447 cglobal butterflies_float, 3,3,3, src0, src1, len
/third_party/ffmpeg/libavutil/mips/
H A Dfloat_dsp_mips.c352 fdsp->butterflies_float = butterflies_float_mips; in ff_float_dsp_init_mips()
/third_party/ffmpeg/libavcodec/
H A Dimc.c103 void (*butterflies_float)(float *av_restrict v1, float *av_restrict v2, int len); member
268 q->butterflies_float = fdsp->butterflies_float; in imc_decode_init()
1058 q->butterflies_float((float *)frame->extended_data[0], in imc_decode_frame()
H A Dmpegaudiodec_template.c95 void (*butterflies_float)(float *av_restrict v1, float *av_restrict v2, int len); member
295 s->butterflies_float = fdsp->butterflies_float; in decode_init()
1053 s->butterflies_float(g0->sb_hybrid, g1->sb_hybrid, 576); in compute_stereo()
1799 s->mp3decctx[i]->butterflies_float = s->mp3decctx[0]->butterflies_float; in decode_init_mp3on4()
H A Dtwinvq.c410 tctx->fdsp->butterflies_float(out1, out2, mtab->size); in imdct_output()
H A Ddca_core.c2324 s->float_dsp->butterflies_float(output_samples[DCA_SPEAKER_L], in filter_frame_float()
2331 s->float_dsp->butterflies_float(output_samples[DCA_SPEAKER_Ls], in filter_frame_float()
H A Dwmadec.c755 s->fdsp->butterflies_float(s->coefs[0], s->coefs[1], s->block_len); in wma_decode_block()
H A Daacdec_template.c2236 ac->fdsp->butterflies_float(ch0 + group * 128 + offsets[i],
/third_party/ffmpeg/tests/checkasm/
H A Dfloat_dsp.c332 if (check_func(fdsp->butterflies_float, "butterflies_float")) in checkasm_check_float_dsp()
334 report("butterflies_float"); in checkasm_check_float_dsp()

Completed in 20 milliseconds