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

/external/webrtc/webrtc/modules/audio_processing/ns/
H A Dns_core.c1205 float avgProbSpeechHB, avgProbSpeechHBTmp, avgFilterGainHB, gainModHB; local
1366 avgProbSpeechHB = 0.0;
1368 avgProbSpeechHB += self->speechProb[i];
1370 avgProbSpeechHB = avgProbSpeechHB / ((float)deltaBweHB);
1380 avgProbSpeechHB *= sumMagnProcess / sumMagnAnalyze;
1388 avgProbSpeechHBTmp = 2.f * avgProbSpeechHB - 1.f;
1393 if (avgProbSpeechHB >= 0.5f) {
H A Dnsx_core.c1532 int16_t avgProbSpeechHB, gainModHB, avgFilterGainHB, gainTimeDomainHB; local
2061 avgProbSpeechHB = (4096 - (tmpU16no1 >> (inst->stages - 7))); // Q12
2071 // avgProbSpeechHB has been anyway saturated to a value between 0 and 1 so the other cases don't have to be dealt with
2072 // avgProbSpeechHB and gainModHB are in Q12, 3607 = Q12(0.880615234375) which is a zero point of
2077 gainModHB = WEBRTC_SPL_MIN(avgProbSpeechHB, 3607);
2090 if (avgProbSpeechHB < 2048) {

Completed in 37 milliseconds