Home
last modified time | relevance | path

Searched refs:threshPrior2 (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
664 threshPrior2 = self->priorModelPars[3]; in SpeechNoiseProb()
721 if (tmpFloat1 < threshPrior2) { in SpeechNoiseProb()
726 0.5f * ((float)tanh(widthPrior * (tmpFloat1 - threshPrior2)) + 1.f); in SpeechNoiseProb()