Searched refs:tmp_speech (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/agc/
H A Danalog_agc.c119 int16_t i, n, L, M, subFrames, tmp16, tmp_speech[16]; local
303 WebRtcSpl_DownsampleBy2(&in_mic[i * 32], 32, tmp_speech, stt->filterState);
306 memcpy(tmp_speech, &in_mic[i * 16], 16 * sizeof(short));
309 ptr[i] = WebRtcSpl_DotProductWithScale(tmp_speech, tmp_speech, 16, 4);
/external/webrtc/src/modules/audio_processing/agc/
H A Danalog_agc.c119 WebRtc_Word16 i, n, L, M, subFrames, tmp16, tmp_speech[16]; local
303 WebRtcSpl_DownsampleBy2(&in_mic[i * 32], 32, tmp_speech, stt->filterState);
306 memcpy(tmp_speech, &in_mic[i * 16], 16 * sizeof(short));
309 ptr[i] = WebRtcSpl_DotProductWithScale(tmp_speech, tmp_speech, 16, 4);

Completed in 53 milliseconds