Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/aecm/
Daecm_core.c636 aecm->noiseEst[i] = (tmp32 << 8); in WebRtcAecm_InitCore()
642 aecm->noiseEst[i] = (tmp32 << 8); in WebRtcAecm_InitCore()
1956 if (outLShift32 < aecm->noiseEst[i]) in ComfortNoise()
1961 if (aecm->noiseEst[i] < (1 << minTrackShift)) in ComfortNoise()
1969 aecm->noiseEst[i]--; in ComfortNoise()
1975 aecm->noiseEst[i] -= ((aecm->noiseEst[i] - outLShift32) >> minTrackShift); in ComfortNoise()
1982 if ((aecm->noiseEst[i] >> 19) > 0) in ComfortNoise()
1987 aecm->noiseEst[i] >>= 11; in ComfortNoise()
1988 aecm->noiseEst[i] *= 2049; in ComfortNoise()
1990 else if ((aecm->noiseEst[i] >> 11) > 0) in ComfortNoise()
[all …]
Daecm_core.h171 WebRtc_Word32 noiseEst[PART_LEN1]; member