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

/external/webrtc/src/modules/audio_processing/aecm/main/source/
H A Daecm_core.c2372 WebRtc_Word32 outLShift32[PART_LEN1]; local
2397 outLShift32[i] = WEBRTC_SPL_SHIFT_W32(tmp32, shiftFromNearToNoise[i]);
2399 if (outLShift32[i] < aecm->noiseEst[i])
2402 aecm->noiseEst[i] += ((outLShift32[i] - aecm->noiseEst[i]) >> minTrackShift);

Completed in 15 milliseconds