Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core.c910 int16_t xfaQ, dfaQ; in WebRtcAecm_UpdateChannel() local
948 xfaQ = tmp16no1; in WebRtcAecm_UpdateChannel()
952 xfaQ = zerosNum - 2; in WebRtcAecm_UpdateChannel()
954 shiftChFar + xfaQ; in WebRtcAecm_UpdateChannel()
957 tmpU32no1 = WEBRTC_SPL_SHIFT_W32(tmpU32no1, xfaQ); in WebRtcAecm_UpdateChannel()
1001 shift2ResChan = shiftNum + shiftChFar - xfaQ - mu - ((30 - zerosFar) << 1); in WebRtcAecm_UpdateChannel()