Home | History | Annotate | Download | only in ns

Lines Matching refs:avgProbSpeechHB

757   float   avgProbSpeechHB, avgProbSpeechHBTmp, avgFilterGainHB, gainModHB;
1260 avgProbSpeechHB = 0.0;
1262 avgProbSpeechHB += inst->speechProbHB[i];
1264 avgProbSpeechHB = avgProbSpeechHB / ((float)deltaBweHB);
1272 avgProbSpeechHBTmp = (float)2.0 * avgProbSpeechHB - (float)1.0;
1277 if (avgProbSpeechHB >= (float)0.5) {