Searched refs:tmp_speech (Results 1 – 1 of 1) sorted by relevance
122 int16_t n, L, tmp16, tmp_speech[16]; in WebRtcAgc_AddMic() local228 tmp_speech, in WebRtcAgc_AddMic()232 memcpy(tmp_speech, &in_mic[0][i * 16], 16 * sizeof(short)); in WebRtcAgc_AddMic()235 ptr[i] = WebRtcSpl_DotProductWithScale(tmp_speech, tmp_speech, 16, 4); in WebRtcAgc_AddMic()