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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
pitch_estimator.c 482 double Wnrg, Wfluct, Wgain;
519 Wgain = 0.005;
563 grad[k] += tmp * tmp * Wgain;
564 H[k][k] += 2.0 * tmp * (tmp * tmp * Wgain);
567 grad[3] += 1.33 * (tmp * tmp * Wgain);
568 H[3][3] += 2.66 * tmp * (tmp * tmp * Wgain);
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
pitch_estimator.c 481 double Wnrg, Wfluct, Wgain;
518 Wgain = 0.005;
562 grad[k] += tmp * tmp * Wgain;
563 H[k][k] += 2.0 * tmp * (tmp * tmp * Wgain);
566 grad[3] += 1.33 * (tmp * tmp * Wgain);
567 H[3][3] += 2.66 * tmp * (tmp * tmp * Wgain);

Completed in 56 milliseconds