Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dbandwidthsmoother.cc59 const double increase_threshold_d = percent_increase_ * bandwidth_estimation_; in Sample() local
60 if (increase_threshold_d > INT_MAX) { in Sample()
65 const int increase_threshold = static_cast<int>(increase_threshold_d); in Sample()