Searched refs:avgProbSpeechHB (Results 1 – 2 of 2) sorted by relevance
1205 float avgProbSpeechHB, avgProbSpeechHBTmp, avgFilterGainHB, gainModHB; in WebRtcNs_ProcessCore() local1366 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()
1532 int16_t avgProbSpeechHB, gainModHB, avgFilterGainHB, gainTimeDomainHB; in WebRtcNsx_ProcessCore() local2061 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()