HomeSort by relevance Sort by last modified time
    Searched refs:weightIndPrior0 (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;
674 weightIndPrior0 = inst->priorModelPars[4];
737 indPrior = weightIndPrior0 * indicator0 + weightIndPrior1 * indicator1 +
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
ns_core.c 617 float weightIndPrior0, weightIndPrior1, weightIndPrior2;
635 weightIndPrior0 = inst->priorModelPars[4];
694 indPrior = weightIndPrior0 * indicator0 + weightIndPrior1 * indicator1 + weightIndPrior2
    [all...]

Completed in 66 milliseconds