HomeSort by relevance Sort by last modified time
    Searched refs:sum_lp_weighted_estimate_error_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
metric_recorder.cc 74 std::fill_n(sum_lp_weighted_estimate_error_, 2, 0);
209 sum_lp_weighted_estimate_error_[0] += lp_value;
211 sum_lp_weighted_estimate_error_[1] += lp_value;
268 NormLp(sum_lp_weighted_estimate_error_[0], num_packets_received_, kP));
270 NormLp(sum_lp_weighted_estimate_error_[1], num_packets_received_, kP));
metric_recorder.h 177 int64_t sum_lp_weighted_estimate_error_[2]; member in class:webrtc::testing::bwe::MetricRecorder

Completed in 58 milliseconds