HomeSort by relevance Sort by last modified time
    Searched refs:threshPrior0 (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;
666 threshPrior0 = inst->priorModelPars[0];
700 if (logLrtTimeAvgKsum < threshPrior0) {
705 ((float)tanh(widthPrior * (logLrtTimeAvgKsum - threshPrior0)) +
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
ns_core.c 618 float threshPrior0, threshPrior1, threshPrior2;
627 threshPrior0 = inst->priorModelPars[0];
661 if (logLrtTimeAvgKsum < threshPrior0) {
666 (logLrtTimeAvgKsum - threshPrior0)) + (float)1.0);
    [all...]

Completed in 89 milliseconds