Home | History | Annotate | Download | only in signal_processing

Lines Matching refs:in1

312 static void WebRtcSpl_DotProdIntToInt(const WebRtc_Word32* in1, const WebRtc_Word32* in2,
321 tmp1 += coef * in1[0];
325 tmp1 += coef * in1[1];
329 tmp1 += coef * in1[2];
333 tmp1 += coef * in1[3];
337 tmp1 += coef * in1[4];
341 tmp1 += coef * in1[5];
345 tmp1 += coef * in1[6];
349 tmp1 += coef * in1[7];
353 *out1 = tmp1 + coef * in1[8];
358 static void WebRtcSpl_DotProdIntToShort(const WebRtc_Word32* in1, const WebRtc_Word32* in2,
367 tmp1 += coef * in1[0];
371 tmp1 += coef * in1[1];
375 tmp1 += coef * in1[2];
379 tmp1 += coef * in1[3];
383 tmp1 += coef * in1[4];
387 tmp1 += coef * in1[5];
391 tmp1 += coef * in1[6];
395 tmp1 += coef * in1[7];
399 tmp1 += coef * in1[8];