HomeSort by relevance Sort by last modified time
    Searched refs:Wnrg (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;
518 Wnrg = 1.0 / nrg_wht;
536 grad[k] = tmp * Wnrg;
543 H[k][m] = tmp * Wnrg;
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
pitch_estimator.c 481 double Wnrg, Wfluct, Wgain;
517 Wnrg = 1.0 / nrg_wht;
535 grad[k] = tmp * Wnrg;
542 H[k][m] = tmp * Wnrg;

Completed in 188 milliseconds