Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/aecm/
Daecm_core.c632 memset(aecm->noiseEstTooHighCtr, 0, sizeof(aecm->noiseEstTooHighCtr)); in WebRtcAecm_InitCore()
1966 aecm->noiseEstTooHighCtr[i]++; in ComfortNoise()
1967 if (aecm->noiseEstTooHighCtr[i] >= kNoiseEstIncCount) in ComfortNoise()
1970 aecm->noiseEstTooHighCtr[i] = 0; // Reset the counter in ComfortNoise()
1980 aecm->noiseEstTooHighCtr[i] = 0; in ComfortNoise()
Daecm_core.h173 int noiseEstTooHighCtr[PART_LEN1]; member