Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_internal.h110 int noiseEstCtr; member
Daec_core.c1327 if (aec->noiseEstCtr > 50) { in ProcessBlock()
1340 if (aec->noiseEstCtr < noiseInitBlocks) { in ProcessBlock()
1341 aec->noiseEstCtr++; in ProcessBlock()
1679 aec->noiseEstCtr = 0; in WebRtcAec_InitAec()
/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core.h102 int16_t noiseEstCtr; member
Daecm_core_c.c660 if (aecm->noiseEstCtr < 100) in ComfortNoise()
663 aecm->noiseEstCtr++; in ComfortNoise()
Daecm_core_mips.c1277 if (aecm->noiseEstCtr < 100) { in ComfortNoise()
1279 aecm->noiseEstCtr++; in ComfortNoise()
Daecm_core.c465 aecm->noiseEstCtr = 0; in WebRtcAecm_InitCore()