Home
last modified time | relevance | path

Searched refs:vector_fmac_scalar (Results 1 – 17 of 17) sorted by relevance

/third_party/ffmpeg/libavutil/x86/
Dfloat_dsp_init.c86 fdsp->vector_fmac_scalar = ff_vector_fmac_scalar_sse; in ff_float_dsp_init_x86()
102 fdsp->vector_fmac_scalar = ff_vector_fmac_scalar_avx; in ff_float_dsp_init_x86()
112 fdsp->vector_fmac_scalar = ff_vector_fmac_scalar_fma3; in ff_float_dsp_init_x86()
Dfloat_dsp.asm100 cglobal vector_fmac_scalar, 3,3,5, dst, src, len
102 cglobal vector_fmac_scalar, 4,4,5, dst, src, mul, len
/third_party/ffmpeg/libavutil/arm/
Dfloat_dsp_init_neon.c52 fdsp->vector_fmac_scalar = ff_vector_fmac_scalar_neon; in ff_float_dsp_init_neon()
/third_party/ffmpeg/libavutil/aarch64/
Dfloat_dsp_init.c63 fdsp->vector_fmac_scalar = ff_vector_fmac_scalar_neon; in ff_float_dsp_init_aarch64()
/third_party/ffmpeg/libavutil/
Dfloat_dsp.h54 void (*vector_fmac_scalar)(float *dst, const float *src, float mul, member
Dfloat_dsp.c143 fdsp->vector_fmac_scalar = vector_fmac_scalar_c; in avpriv_float_dsp_alloc()
/third_party/ffmpeg/libavcodec/
Ddcadec.c138 fdsp->vector_fmac_scalar(samples[DCA_SPEAKER_L], samples[spkr], in ff_dca_downmix_to_stereo_float()
142 fdsp->vector_fmac_scalar(samples[DCA_SPEAKER_R], samples[spkr], in ff_dca_downmix_to_stereo_float()
Dopusdec.c108 s->fdsp->vector_fmac_scalar(s->cur_out[i], in opus_flush_resample()
255 s->fdsp->vector_fmac_scalar(out_tmp[i], s->celt_output[i], 1.0, in opus_decode_frame()
285 s->fdsp->vector_fmac_scalar(out_tmp[i], in opus_decode_frame()
Datrac3plusdsp.c462 fdsp->vector_fmac_scalar(dst, pwcsp, qu_lev, nsp); in ff_atrac3p_power_compensation()
Daacdec.c259 ac->fdsp->vector_fmac_scalar(dest, src, gain, len); in apply_independent_coupling()
Dopus_celt.c419 … f->dsp->vector_fmac_scalar(f->block[0].coeffs, f->block[1].coeffs, 1.0, FFALIGN(frame_size, 16)); in ff_celt_decode_frame()
Ddca_core.c2276 s->float_dsp->vector_fmac_scalar(output_samples[DCA_SPEAKER_Ls], in filter_frame_float()
2279 s->float_dsp->vector_fmac_scalar(output_samples[DCA_SPEAKER_Rs], in filter_frame_float()
2301 s->float_dsp->vector_fmac_scalar(output_samples[ spkr], in filter_frame_float()
/third_party/ffmpeg/libavfilter/
Daf_anlms.c142 s->fdsp->vector_fmac_scalar(coeffs, tmp, b, s->kernel_size); in process_sample()
Daf_amix.c367 s->fdsp->vector_fmac_scalar((float *)out_buf->extended_data[p], in output_frame()
Dafir_template.c259 s->fdsp->vector_fmac_scalar(dst, src, 1.f, nb_samples); in fn()
Daf_arnndn.c520 s->fdsp->vector_fmac_scalar(x, st->synthesis_mem, 1.f, FRAME_SIZE); in frame_synthesis()
/third_party/ffmpeg/tests/checkasm/
Dfloat_dsp.c321 if (check_func(fdsp->vector_fmac_scalar, "vector_fmac_scalar")) in checkasm_check_float_dsp()