Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dns_core.h91 float logLrtTimeAvg[HALF_ANAL_BLOCKL]; // Log LRT factor with time-smoothing. member
Dns_core.c154 self->logLrtTimeAvg[i] = LRT_FEATURE_THR; in WebRtcNs_InitCore()
681 self->logLrtTimeAvg[i] += in SpeechNoiseProb()
682 LRT_TAVG * (besselTmp - (float)log(tmpFloat1) - self->logLrtTimeAvg[i]); in SpeechNoiseProb()
683 logLrtTimeAvgKsum += self->logLrtTimeAvg[i]; in SpeechNoiseProb()
746 invLrt = (float)exp(-self->logLrtTimeAvg[i]); in SpeechNoiseProb()