Home
last modified time | relevance | path

Searched refs:shift2ResChan (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/src/modules/audio_processing/aecm/
Daecm_core.c1096 WebRtc_Word16 shiftChFar, shiftNum, shift2ResChan; in WebRtcAecm_UpdateChannel() local
1194 shift2ResChan = shiftNum + shiftChFar - xfaQ - mu - ((30 - zerosFar) << 1); in WebRtcAecm_UpdateChannel()
1195 if (WebRtcSpl_NormW32(tmp32no2) < shift2ResChan) in WebRtcAecm_UpdateChannel()
1200 tmp32no2 = WEBRTC_SPL_SHIFT_W32(tmp32no2, shift2ResChan); in WebRtcAecm_UpdateChannel()