Home
last modified time | relevance | path

Searched refs:threshPrior1 (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
663 threshPrior1 = self->priorModelPars[1]; in SpeechNoiseProb()
705 if (sgnMap == 1 && (tmpFloat1 > threshPrior1)) { in SpeechNoiseProb()
708 if (sgnMap == -1 && (tmpFloat1 < threshPrior1)) { in SpeechNoiseProb()
714 ((float)tanh((float)sgnMap * widthPrior * (threshPrior1 - tmpFloat1)) + in SpeechNoiseProb()