Searched refs:vector_dmac_scalar (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavutil/x86/ |
D | float_dsp_init.c | 101 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()
|
D | float_dsp.asm | 194 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/ |
D | float_dsp.h | 70 void (*vector_dmac_scalar)(double *dst, const double *src, double mul, member
|
D | float_dsp.c | 145 fdsp->vector_dmac_scalar = vector_dmac_scalar_c; in avpriv_float_dsp_alloc()
|
/third_party/ffmpeg/tests/checkasm/ |
D | float_dsp.c | 329 if (check_func(fdsp->vector_dmac_scalar, "vector_dmac_scalar")) in checkasm_check_float_dsp()
|
/third_party/ffmpeg/libavfilter/ |
D | af_amix.c | 373 s->fdsp->vector_dmac_scalar((double *)out_buf->extended_data[p], in output_frame()
|