Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/x86/
Dfloat_dsp_init.c95 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()
Dfloat_dsp.asm62 ; 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/
Dfloat_dsp.h190 void (*vector_dmul)(double *dst, const double *src0, const double *src1, member
Dfloat_dsp.c142 fdsp->vector_dmul = vector_dmul_c; in avpriv_float_dsp_alloc()
/third_party/ffmpeg/libavfilter/
Daf_amultiply.c89 s->fdsp->vector_dmul((double *)out->extended_data[i], in activate()
/third_party/ffmpeg/tests/checkasm/
Dfloat_dsp.c324 if (check_func(fdsp->vector_dmul, "vector_dmul")) in checkasm_check_float_dsp()