Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core.c908 int16_t shiftChFar, shiftNum, shift2ResChan; in WebRtcAecm_UpdateChannel() local
927 shiftChFar = 0; in WebRtcAecm_UpdateChannel()
931 shiftChFar = 32 - zerosCh - zerosFar; in WebRtcAecm_UpdateChannel()
932 tmpU32no1 = (aecm->channelAdapt32[i] >> shiftChFar) * in WebRtcAecm_UpdateChannel()
945 RESOLUTION_CHANNEL32 - far_q + shiftChFar; in WebRtcAecm_UpdateChannel()
954 shiftChFar + xfaQ; in WebRtcAecm_UpdateChannel()
1001 shift2ResChan = shiftNum + shiftChFar - xfaQ - mu - ((30 - zerosFar) << 1); in WebRtcAecm_UpdateChannel()