Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dns_core.c1205 float avgProbSpeechHB, avgProbSpeechHBTmp, avgFilterGainHB, gainModHB; in WebRtcNs_ProcessCore() local
1388 avgProbSpeechHBTmp = 2.f * avgProbSpeechHB - 1.f; in WebRtcNs_ProcessCore()
1390 gainModHB = 0.5f * (1.f + (float)tanh(gainMapParHB * avgProbSpeechHBTmp)); in WebRtcNs_ProcessCore()