Searched refs:invLrt (Results 1 – 1 of 1) sorted by relevance
613 float invLrt, gainPrior, indPrior; in WebRtcNs_SpeechNoiseProb() local711 invLrt = (float)exp(-inst->logLrtTimeAvg[i]); in WebRtcNs_SpeechNoiseProb()712 invLrt = (float)gainPrior * invLrt; in WebRtcNs_SpeechNoiseProb()713 probSpeechFinal[i] = (float)1.0 / ((float)1.0 + invLrt); in WebRtcNs_SpeechNoiseProb()