Searched refs:outLShift32 (Results 1 – 1 of 1) sorted by relevance
1929 WebRtc_Word32 outLShift32; in ComfortNoise() local1954 outLShift32 = WEBRTC_SPL_LSHIFT_W32(tmp32, shiftFromNearToNoise); in ComfortNoise()1956 if (outLShift32 < aecm->noiseEst[i]) in ComfortNoise()1975 aecm->noiseEst[i] -= ((aecm->noiseEst[i] - outLShift32) >> minTrackShift); in ComfortNoise()