Home | History | Annotate | Download | only in signal_processing

Lines Matching refs:in1

149 static void WebRtcSpl_ResampDotProduct(const WebRtc_Word32 *in1, const WebRtc_Word32 *in2,
158 tmp1 += coef * in1[0];
162 tmp1 += coef * in1[1];
166 tmp1 += coef * in1[2];
170 tmp1 += coef * in1[3];
174 tmp1 += coef * in1[4];
178 tmp1 += coef * in1[5];
182 tmp1 += coef * in1[6];
186 tmp1 += coef * in1[7];
190 *out1 = tmp1 + coef * in1[8];