Searched refs:mseThreshold (Results 1 – 2 of 2) sorted by relevance
357 aecm->mseThreshold = WEBRTC_SPL_WORD32_MAX; in WebRtcAecm_InitEchoPathCore()1259 < aecm->mseThreshold) & (aecm->mseAdaptOld < aecm->mseThreshold)) in WebRtcAecm_UpdateChannel()1267 if (aecm->mseThreshold == WEBRTC_SPL_WORD32_MAX) in WebRtcAecm_UpdateChannel()1269 aecm->mseThreshold = (mseAdapt + aecm->mseAdaptOld); in WebRtcAecm_UpdateChannel()1272 aecm->mseThreshold += WEBRTC_SPL_MUL_16_16_RSFT(mseAdapt in WebRtcAecm_UpdateChannel()1273 - WEBRTC_SPL_MUL_16_16_RSFT(aecm->mseThreshold, 5, 3), 205, 8); in WebRtcAecm_UpdateChannel()
179 WebRtc_Word32 mseThreshold; member