Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dns_core.c653 float threshPrior0, threshPrior1, threshPrior2; in SpeechNoiseProb() local
662 threshPrior0 = self->priorModelPars[0]; in SpeechNoiseProb()
693 if (logLrtTimeAvgKsum < threshPrior0) { in SpeechNoiseProb()
699 ((float)tanh(widthPrior * (logLrtTimeAvgKsum - threshPrior0)) + 1.f); in SpeechNoiseProb()