Searched refs:probSpeech (Results 1 – 1 of 1) sorted by relevance
807 float probSpeech, probNonSpeech; in UpdateNoiseEstimate() local814 probSpeech = self->speechProb[i]; in UpdateNoiseEstimate()815 probNonSpeech = 1.f - probSpeech; in UpdateNoiseEstimate()820 probSpeech * self->noisePrev[i]); in UpdateNoiseEstimate()825 if (probSpeech > PROB_RANGE) { in UpdateNoiseEstimate()829 if (probSpeech < PROB_RANGE) { in UpdateNoiseEstimate()838 probSpeech * self->noisePrev[i]); in UpdateNoiseEstimate()