Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dbandwidthsmoother.cc65 const int increase_threshold = static_cast<int>(increase_threshold_d); in Sample() local
66 if (mean_bandwidth < increase_threshold) { in Sample()
73 if (increase_threshold == 0) { in Sample()
78 bandwidth_estimation_ = increase_threshold; in Sample()