Home
last modified time | relevance | path

Searched refs:vector_dmac_scalar (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavutil/x86/
Dfloat_dsp_init.c101 fdsp->vector_dmac_scalar = ff_vector_dmac_scalar_sse2; in ff_float_dsp_init_x86()
109 fdsp->vector_dmac_scalar = ff_vector_dmac_scalar_avx; in ff_float_dsp_init_x86()
119 fdsp->vector_dmac_scalar = ff_vector_dmac_scalar_fma3; in ff_float_dsp_init_x86()
Dfloat_dsp.asm194 cglobal vector_dmac_scalar, 2,4,5, dst, src, mul, len, lenaddr
199 cglobal vector_dmac_scalar, 3,3,5, dst, src, len
201 cglobal vector_dmac_scalar, 4,4,5, dst, src, mul, len
/third_party/ffmpeg/libavutil/
Dfloat_dsp.h70 void (*vector_dmac_scalar)(double *dst, const double *src, double mul, member
Dfloat_dsp.c145 fdsp->vector_dmac_scalar = vector_dmac_scalar_c; in avpriv_float_dsp_alloc()
/third_party/ffmpeg/tests/checkasm/
Dfloat_dsp.c329 if (check_func(fdsp->vector_dmac_scalar, "vector_dmac_scalar")) in checkasm_check_float_dsp()
/third_party/ffmpeg/libavfilter/
Daf_amix.c373 s->fdsp->vector_dmac_scalar((double *)out_buf->extended_data[p], in output_frame()