Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dns_core.c647 int sgnMap; in SpeechNoiseProb() local
667 sgnMap = (int)(self->priorModelPars[2]); 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()