Searched refs:tmp_speech (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/src/modules/audio_processing/agc/ |
D | analog_agc.c | 119 WebRtc_Word16 i, n, L, M, subFrames, tmp16, tmp_speech[16]; in WebRtcAgc_AddMic() local 303 WebRtcSpl_DownsampleBy2(&in_mic[i * 32], 32, tmp_speech, stt->filterState); in WebRtcAgc_AddMic() 306 memcpy(tmp_speech, &in_mic[i * 16], 16 * sizeof(short)); in WebRtcAgc_AddMic() 309 ptr[i] = WebRtcSpl_DotProductWithScale(tmp_speech, tmp_speech, 16, 4); in WebRtcAgc_AddMic()
|