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

Completed in 104 milliseconds