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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
ns_core.c 656 float weightIndPrior0, weightIndPrior1, weightIndPrior2;
675 weightIndPrior1 = inst->priorModelPars[5];
737 indPrior = weightIndPrior0 * indicator0 + weightIndPrior1 * indicator1 +
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
ns_core.c 617 float weightIndPrior0, weightIndPrior1, weightIndPrior2;
636 weightIndPrior1 = inst->priorModelPars[5];
694 indPrior = weightIndPrior0 * indicator0 + weightIndPrior1 * indicator1 + weightIndPrior2
    [all...]

Completed in 40 milliseconds