Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/ns/
Dns_core.c616 float tmpFloat1, tmpFloat2; in WebRtcNs_SpeechNoiseProb() local
643 tmpFloat1 = (float)1.0 + (float)2.0 * snrLocPrior[i]; in WebRtcNs_SpeechNoiseProb()
644 tmpFloat2 = (float)2.0 * snrLocPrior[i] / (tmpFloat1 + (float)0.0001); in WebRtcNs_SpeechNoiseProb()
646 inst->logLrtTimeAvg[i] += LRT_TAVG * (besselTmp - (float)log(tmpFloat1) in WebRtcNs_SpeechNoiseProb()
669 tmpFloat1 = inst->featureData[0]; in WebRtcNs_SpeechNoiseProb()
672 if (sgnMap == 1 && (tmpFloat1 > threshPrior1)) { in WebRtcNs_SpeechNoiseProb()
675 if (sgnMap == -1 && (tmpFloat1 < threshPrior1)) { in WebRtcNs_SpeechNoiseProb()
680 widthPrior * (threshPrior1 - tmpFloat1)) + (float)1.0); in WebRtcNs_SpeechNoiseProb()
683 tmpFloat1 = inst->featureData[4]; in WebRtcNs_SpeechNoiseProb()
686 if (tmpFloat1 < threshPrior2) { in WebRtcNs_SpeechNoiseProb()
[all …]