Searched refs:vector_dmul (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavutil/x86/ |
D | float_dsp_init.c | 95 fdsp->vector_dmul = ff_vector_dmul_sse2; in ff_float_dsp_init_x86() 101 fdsp->vector_dmul = ff_vector_dmul_avx; in ff_float_dsp_init_x86()
|
D | float_dsp.asm | 62 ; void vector_dmul(double *dst, const double *src0, const double *src1, int len) 65 cglobal vector_dmul, 4,4,4, dst, src0, src1, len
|
/third_party/ffmpeg/libavutil/ |
D | float_dsp.h | 190 void (*vector_dmul)(double *dst, const double *src0, const double *src1, member
|
D | float_dsp.c | 142 fdsp->vector_dmul = vector_dmul_c; in avpriv_float_dsp_alloc()
|
/third_party/ffmpeg/libavfilter/ |
D | af_amultiply.c | 89 s->fdsp->vector_dmul((double *)out->extended_data[i], in activate()
|
/third_party/ffmpeg/tests/checkasm/ |
D | float_dsp.c | 324 if (check_func(fdsp->vector_dmul, "vector_dmul")) in checkasm_check_float_dsp()
|