Home
last modified time | relevance | path

Searched refs:shiftChFar (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
1115 shiftChFar = 0; in WebRtcAecm_UpdateChannel()
1119 shiftChFar = 32 - zerosCh - zerosFar; in WebRtcAecm_UpdateChannel()
1121 WEBRTC_SPL_RSHIFT_W32(aecm->channelAdapt32[i], shiftChFar), in WebRtcAecm_UpdateChannel()
1134 RESOLUTION_CHANNEL32 - far_q + shiftChFar; in WebRtcAecm_UpdateChannel()
1143 shiftChFar + xfaQ; in WebRtcAecm_UpdateChannel()
1194 shift2ResChan = shiftNum + shiftChFar - xfaQ - mu - ((30 - zerosFar) << 1); in WebRtcAecm_UpdateChannel()