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

/external/chromium_org/third_party/webrtc/base/
H A Dbandwidthsmoother.cc63 const int increase_threshold = static_cast<int>(increase_threshold_d); local
64 if (mean_bandwidth < increase_threshold) {
71 if (increase_threshold == 0) {
76 bandwidth_estimation_ = increase_threshold;

Completed in 194 milliseconds