Searched refs:MIN_MSE_DIFF (Results 1 – 2 of 2) sorted by relevance
52 #define MIN_MSE_DIFF 29 /* The ratio between adapted and stored channel to */ macro
965 if (((mseStored << MSE_RESOLUTION) < (MIN_MSE_DIFF * mseAdapt)) & in WebRtcAecm_UpdateChannel()967 (MIN_MSE_DIFF * aecm->mseAdaptOld))) { in WebRtcAecm_UpdateChannel()971 } else if (((MIN_MSE_DIFF * mseStored) > (mseAdapt << MSE_RESOLUTION)) & in WebRtcAecm_UpdateChannel()