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

/external/webrtc/webrtc/modules/audio_processing/ns/
H A Dns_core.c653 float threshPrior0, threshPrior1, threshPrior2; local
664 threshPrior2 = self->priorModelPars[3];
721 if (tmpFloat1 < threshPrior2) {
726 0.5f * ((float)tanh(widthPrior * (tmpFloat1 - threshPrior2)) + 1.f);

Completed in 216 milliseconds