Home | History | Annotate | Download | only in ns

Lines Matching refs:avgProbSpeechHB

1874   WebRtc_Word16 avgProbSpeechHB, gainModHB, avgFilterGainHB, gainTimeDomainHB;
2389 avgProbSpeechHB = (WebRtc_Word16)(4096
2401 // avgProbSpeechHB has been anyway saturated to a value between 0 and 1 so the other cases don't have to be dealt with
2402 // avgProbSpeechHB and gainModHB are in Q12, 3607 = Q12(0.880615234375) which is a zero point of
2407 gainModHB = WEBRTC_SPL_MIN(avgProbSpeechHB, 3607);
2420 if (avgProbSpeechHB < 2048) {