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

/external/chromium_org/third_party/webrtc/base/
H A Dbandwidthsmoother.cc57 const double increase_threshold_d = percent_increase_ * bandwidth_estimation_; local
58 if (increase_threshold_d > INT_MAX) {
63 const int increase_threshold = static_cast<int>(increase_threshold_d);

Completed in 301 milliseconds