Searched refs:kNoiseEstIncCount (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/src/modules/audio_processing/aecm/
H A Daecm_core.c198 static const WebRtc_Word16 kNoiseEstIncCount = 5; variable
1964 // |kNoiseEstIncCount| block. The regular approach below can not
1967 if (aecm->noiseEstTooHighCtr[i] >= kNoiseEstIncCount)
1999 // |kNoiseEstIncCount| block
2001 if (aecm->noiseEstTooLowCtr[i] >= kNoiseEstIncCount)

Completed in 73 milliseconds