Lines Matching refs:src

28 void ff_conv_s16_to_s32_sse2(int16_t *dst, const int32_t *src, int len);
30 void ff_conv_s16_to_flt_sse2(float *dst, const int16_t *src, int len);
31 void ff_conv_s16_to_flt_sse4(float *dst, const int16_t *src, int len);
33 void ff_conv_s32_to_s16_mmx (int16_t *dst, const int32_t *src, int len);
34 void ff_conv_s32_to_s16_sse2(int16_t *dst, const int32_t *src, int len);
36 void ff_conv_s32_to_flt_sse2(float *dst, const int32_t *src, int len);
37 void ff_conv_s32_to_flt_avx (float *dst, const int32_t *src, int len);
39 void ff_conv_flt_to_s16_sse2(int16_t *dst, const float *src, int len);
41 void ff_conv_flt_to_s32_sse2(int32_t *dst, const float *src, int len);
42 void ff_conv_flt_to_s32_avx (int32_t *dst, const float *src, int len);
46 void ff_conv_s16p_to_s16_2ch_sse2(int16_t *dst, int16_t *const *src,
48 void ff_conv_s16p_to_s16_2ch_avx (int16_t *dst, int16_t *const *src,
51 void ff_conv_s16p_to_s16_6ch_sse2(int16_t *dst, int16_t *const *src,
53 void ff_conv_s16p_to_s16_6ch_sse2slow(int16_t *dst, int16_t *const *src,
55 void ff_conv_s16p_to_s16_6ch_avx (int16_t *dst, int16_t *const *src,
58 void ff_conv_s16p_to_flt_2ch_sse2(float *dst, int16_t *const *src,
60 void ff_conv_s16p_to_flt_2ch_avx (float *dst, int16_t *const *src,
63 void ff_conv_s16p_to_flt_6ch_sse2 (float *dst, int16_t *const *src,
65 void ff_conv_s16p_to_flt_6ch_ssse3(float *dst, int16_t *const *src,
67 void ff_conv_s16p_to_flt_6ch_avx (float *dst, int16_t *const *src,
70 void ff_conv_fltp_to_s16_2ch_sse2 (int16_t *dst, float *const *src,
72 void ff_conv_fltp_to_s16_2ch_ssse3(int16_t *dst, float *const *src,
75 void ff_conv_fltp_to_s16_6ch_sse (int16_t *dst, float *const *src,
77 void ff_conv_fltp_to_s16_6ch_sse2(int16_t *dst, float *const *src,
79 void ff_conv_fltp_to_s16_6ch_avx (int16_t *dst, float *const *src,
82 void ff_conv_fltp_to_flt_2ch_sse(float *dst, float *const *src, int len,
84 void ff_conv_fltp_to_flt_2ch_avx(float *dst, float *const *src, int len,
87 void ff_conv_fltp_to_flt_6ch_mmx (float *dst, float *const *src, int len,
89 void ff_conv_fltp_to_flt_6ch_sse4(float *dst, float *const *src, int len,
91 void ff_conv_fltp_to_flt_6ch_avx (float *dst, float *const *src, int len,
96 void ff_conv_s16_to_s16p_2ch_sse2(int16_t *const *dst, int16_t *src,
98 void ff_conv_s16_to_s16p_2ch_ssse3(int16_t *const *dst, int16_t *src,
100 void ff_conv_s16_to_s16p_2ch_avx (int16_t *const *dst, int16_t *src,
103 void ff_conv_s16_to_s16p_6ch_sse2 (int16_t *const *dst, int16_t *src,
105 void ff_conv_s16_to_s16p_6ch_ssse3(int16_t *const *dst, int16_t *src,
107 void ff_conv_s16_to_s16p_6ch_avx (int16_t *const *dst, int16_t *src,
110 void ff_conv_s16_to_fltp_2ch_sse2(float *const *dst, int16_t *src,
112 void ff_conv_s16_to_fltp_2ch_avx (float *const *dst, int16_t *src,
115 void ff_conv_s16_to_fltp_6ch_sse2 (float *const *dst, int16_t *src,
117 void ff_conv_s16_to_fltp_6ch_ssse3(float *const *dst, int16_t *src,
119 void ff_conv_s16_to_fltp_6ch_sse4 (float *const *dst, int16_t *src,
121 void ff_conv_s16_to_fltp_6ch_avx (float *const *dst, int16_t *src,
124 void ff_conv_flt_to_s16p_2ch_sse2(int16_t *const *dst, float *src,
126 void ff_conv_flt_to_s16p_2ch_avx (int16_t *const *dst, float *src,
129 void ff_conv_flt_to_s16p_6ch_sse2 (int16_t *const *dst, float *src,
131 void ff_conv_flt_to_s16p_6ch_ssse3(int16_t *const *dst, float *src,
133 void ff_conv_flt_to_s16p_6ch_avx (int16_t *const *dst, float *src,
136 void ff_conv_flt_to_fltp_2ch_sse(float *const *dst, float *src, int len,
138 void ff_conv_flt_to_fltp_2ch_avx(float *const *dst, float *src, int len,
141 void ff_conv_flt_to_fltp_6ch_sse2(float *const *dst, float *src, int len,
143 void ff_conv_flt_to_fltp_6ch_avx (float *const *dst, float *src, int len,