Searched refs:Wnrg (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_estimator.c482 double Wnrg, Wfluct, Wgain; local
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/
H A Dpitch_estimator.c481 double Wnrg, Wfluct, Wgain; local
517 Wnrg = 1.0 / nrg_wht;
535 grad[k] = tmp * Wnrg;
542 H[k][m] = tmp * Wnrg;

Completed in 1675 milliseconds