Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_defines.h50 #define MIN_MSE_COUNT 20 /* Min number of consecutive blocks with enough */ macro
Daecm_core.c1039 if (aecm->mseChannelCount >= (MIN_MSE_COUNT + 10)) in WebRtcAecm_UpdateChannel()
1046 for (i = 0; i < MIN_MSE_COUNT; i++) in WebRtcAecm_UpdateChannel()