Searched refs:shift2ResChan (Results 1 – 1 of 1) sorted by relevance
908 int16_t shiftChFar, shiftNum, shift2ResChan; in WebRtcAecm_UpdateChannel() local1001 shift2ResChan = shiftNum + shiftChFar - xfaQ - mu - ((30 - zerosFar) << 1); in WebRtcAecm_UpdateChannel()1002 if (WebRtcSpl_NormW32(tmp32no2) < shift2ResChan) in WebRtcAecm_UpdateChannel()1007 tmp32no2 = WEBRTC_SPL_SHIFT_W32(tmp32no2, shift2ResChan); in WebRtcAecm_UpdateChannel()