Searched refs:sum_lp_weighted_estimate_error_ (Results 1 – 2 of 2) sorted by relevance
74 std::fill_n(sum_lp_weighted_estimate_error_, 2, 0); in MetricRecorder()209 sum_lp_weighted_estimate_error_[0] += lp_value; in UpdateEstimateError()211 sum_lp_weighted_estimate_error_[1] += lp_value; in UpdateEstimateError()268 NormLp(sum_lp_weighted_estimate_error_[0], num_packets_received_, kP)); in PlotThroughputHistogram()270 NormLp(sum_lp_weighted_estimate_error_[1], num_packets_received_, kP)); in PlotThroughputHistogram()
177 int64_t sum_lp_weighted_estimate_error_[2]; variable