OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stable_state
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
overuse_detector.cc
184
const bool
stable_state
=
local
189
UpdateNoiseEstimate(residual, min_frame_period,
stable_state
);
191
UpdateNoiseEstimate(3 * sqrt(var_noise_), min_frame_period,
stable_state
);
238
bool
stable_state
) {
239
if (!
stable_state
) {
overuse_detector.h
69
void UpdateNoiseEstimate(double residual, double ts_delta, bool
stable_state
);
Completed in 204 milliseconds