HomeSort by relevance Sort by last modified time
    Searched refs:threshPrior2 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
ns_core.c 657 float threshPrior0, threshPrior1, threshPrior2;
668 threshPrior2 = inst->priorModelPars[3];
728 if (tmpFloat1 < threshPrior2) {
734 ((float)tanh(widthPrior * (tmpFloat1 - threshPrior2)) + (float)1.0);
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
ns_core.c 618 float threshPrior0, threshPrior1, threshPrior2;
629 threshPrior2 = inst->priorModelPars[3];
686 if (tmpFloat1 < threshPrior2) {
690 indicator2 = (float)0.5 * ((float)tanh(widthPrior * (tmpFloat1 - threshPrior2))
    [all...]

Completed in 253 milliseconds