Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/ns/
Dns_core.c614 float logLrtTimeAvgKsum, besselTmp; in WebRtcNs_SpeechNoiseProb() local
641 logLrtTimeAvgKsum = 0.0; in WebRtcNs_SpeechNoiseProb()
648 logLrtTimeAvgKsum += inst->logLrtTimeAvg[i]; in WebRtcNs_SpeechNoiseProb()
650 logLrtTimeAvgKsum = (float)logLrtTimeAvgKsum / (inst->magnLen); in WebRtcNs_SpeechNoiseProb()
651 inst->featureData[3] = logLrtTimeAvgKsum; in WebRtcNs_SpeechNoiseProb()
661 if (logLrtTimeAvgKsum < threshPrior0) { in WebRtcNs_SpeechNoiseProb()
666 (logLrtTimeAvgKsum - threshPrior0)) + (float)1.0); in WebRtcNs_SpeechNoiseProb()