Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dtrendline_estimator.h99 const double threshold_gain_; variable
Dtrendline_estimator.cc167 threshold_gain_(kDefaultTrendlineThresholdGain), in TrendlineEstimator()
278 std::min(num_of_deltas_, kMinNumDeltas) * trend * threshold_gain_; in Detect()