Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dtrendline_estimator.cc54 absl::optional<double> LinearFitSlope( in LinearFitSlope() function
237 trend = LinearFitSlope(delay_hist_).value_or(trend); in UpdateTrendline()