Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
Daecm_core.c964 int16_t shiftChFar, shiftNum, shift2ResChan; in WebRtcAecm_UpdateChannel() local
983 shiftChFar = 0; in WebRtcAecm_UpdateChannel()
987 shiftChFar = 32 - zerosCh - zerosFar; in WebRtcAecm_UpdateChannel()
989 WEBRTC_SPL_RSHIFT_W32(aecm->channelAdapt32[i], shiftChFar), in WebRtcAecm_UpdateChannel()
1002 RESOLUTION_CHANNEL32 - far_q + shiftChFar; in WebRtcAecm_UpdateChannel()
1011 shiftChFar + xfaQ; in WebRtcAecm_UpdateChannel()
1062 shift2ResChan = shiftNum + shiftChFar - xfaQ - mu - ((30 - zerosFar) << 1); in WebRtcAecm_UpdateChannel()
/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()