Lines Matching refs:src
26 void ff_mix_2_to_1_fltp_flt_sse(float **src, float **matrix, int len,
28 void ff_mix_2_to_1_fltp_flt_avx(float **src, float **matrix, int len,
31 void ff_mix_2_to_1_s16p_flt_sse2(int16_t **src, float **matrix, int len,
33 void ff_mix_2_to_1_s16p_flt_sse4(int16_t **src, float **matrix, int len,
36 void ff_mix_2_to_1_s16p_q8_sse2(int16_t **src, int16_t **matrix,
39 void ff_mix_1_to_2_fltp_flt_sse(float **src, float **matrix, int len,
41 void ff_mix_1_to_2_fltp_flt_avx(float **src, float **matrix, int len,
44 void ff_mix_1_to_2_s16p_flt_sse2(int16_t **src, float **matrix, int len,
46 void ff_mix_1_to_2_s16p_flt_sse4(int16_t **src, float **matrix, int len,
48 void ff_mix_1_to_2_s16p_flt_avx (int16_t **src, float **matrix, int len,
52 void ff_mix_ ## chan ## _to_1_fltp_flt_sse(float **src, \
55 void ff_mix_ ## chan ## _to_2_fltp_flt_sse(float **src, \
59 void ff_mix_ ## chan ## _to_1_s16p_flt_sse2(int16_t **src, \
62 void ff_mix_ ## chan ## _to_2_s16p_flt_sse2(int16_t **src, \
66 void ff_mix_ ## chan ## _to_1_s16p_flt_sse4(int16_t **src, \
69 void ff_mix_ ## chan ## _to_2_s16p_flt_sse4(int16_t **src, \
73 void ff_mix_ ## chan ## _to_1_fltp_flt_avx(float **src, \
76 void ff_mix_ ## chan ## _to_2_fltp_flt_avx(float **src, \
80 void ff_mix_ ## chan ## _to_1_s16p_flt_avx(int16_t **src, \
83 void ff_mix_ ## chan ## _to_2_s16p_flt_avx(int16_t **src, \
87 void ff_mix_ ## chan ## _to_1_fltp_flt_fma4(float **src, \
90 void ff_mix_ ## chan ## _to_2_fltp_flt_fma4(float **src, \
94 void ff_mix_ ## chan ## _to_1_s16p_flt_fma4(int16_t **src, \
97 void ff_mix_ ## chan ## _to_2_s16p_flt_fma4(int16_t **src, \