Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/aec/
Daec_core.h124 int noiseEstCtr; member
Daec_core.c466 aec->noiseEstCtr = 0; in WebRtcAec_InitAec()
716 if (aec->noiseEstCtr > 50) { in ProcessBlock()
730 if (aec->noiseEstCtr < noiseInitBlocks) { in ProcessBlock()
731 aec->noiseEstCtr++; in ProcessBlock()
/external/webrtc/src/modules/audio_processing/aecm/
Daecm_core.h174 WebRtc_Word16 noiseEstCtr; member
Daecm_core.c627 aecm->noiseEstCtr = 0; in WebRtcAecm_InitCore()
1938 if (aecm->noiseEstCtr < 100) in ComfortNoise()
1941 aecm->noiseEstCtr++; in ComfortNoise()