Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dns_core.c1205 float avgProbSpeechHB, avgProbSpeechHBTmp, avgFilterGainHB, gainModHB; in WebRtcNs_ProcessCore() local
1366 avgProbSpeechHB = 0.0; in WebRtcNs_ProcessCore()
1368 avgProbSpeechHB += self->speechProb[i]; in WebRtcNs_ProcessCore()
1370 avgProbSpeechHB = avgProbSpeechHB / ((float)deltaBweHB); in WebRtcNs_ProcessCore()
1380 avgProbSpeechHB *= sumMagnProcess / sumMagnAnalyze; in WebRtcNs_ProcessCore()
1388 avgProbSpeechHBTmp = 2.f * avgProbSpeechHB - 1.f; in WebRtcNs_ProcessCore()
1393 if (avgProbSpeechHB >= 0.5f) { in WebRtcNs_ProcessCore()
Dnsx_core.c1532 int16_t avgProbSpeechHB, gainModHB, avgFilterGainHB, gainTimeDomainHB; in WebRtcNsx_ProcessCore() local
2061 avgProbSpeechHB = (4096 - (tmpU16no1 >> (inst->stages - 7))); // Q12 in WebRtcNsx_ProcessCore()
2077 gainModHB = WEBRTC_SPL_MIN(avgProbSpeechHB, 3607); in WebRtcNsx_ProcessCore()
2090 if (avgProbSpeechHB < 2048) { in WebRtcNsx_ProcessCore()