Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dbandwidthsmoother.cc24 percent_increase_(std::max(1.0, percent_increase)), in BandwidthSmoother()
59 const double increase_threshold_d = percent_increase_ * bandwidth_estimation_; in Sample()
Dbandwidthsmoother.h51 double percent_increase_; variable