OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
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
);
/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 95 milliseconds