Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dmetric_recorder.cc74 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()
Dmetric_recorder.h177 int64_t sum_lp_weighted_estimate_error_[2]; variable