Lines Matching refs:src1
27 void ff_vector_fmul_sse(float *dst, const float *src0, const float *src1,
29 void ff_vector_fmul_avx(float *dst, const float *src0, const float *src1,
32 void ff_vector_dmul_sse2(double *dst, const double *src0, const double *src1,
34 void ff_vector_dmul_avx(double *dst, const double *src0, const double *src1,
60 const float *src1, const float *win, int len);
62 void ff_vector_fmul_add_sse(float *dst, const float *src0, const float *src1,
64 void ff_vector_fmul_add_avx(float *dst, const float *src0, const float *src1,
66 void ff_vector_fmul_add_fma3(float *dst, const float *src0, const float *src1,
70 const float *src1, int len);
72 const float *src1, int len);
74 const float *src1, int len);
78 void ff_butterflies_float_sse(float *av_restrict src0, float *av_restrict src1, int len);