Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Unified Diff: webrtc/modules/BUILD.gn

Issue 2512693002: Implement Theil-Sen's method for fitting a line to noisy data (used in bandwidth estimation). (Closed)
Patch Set: Use PercentileFilter to find median slope Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/BUILD.gn
diff --git a/webrtc/modules/BUILD.gn b/webrtc/modules/BUILD.gn
index ca697a3d02ef668d117eb979a51ae4ac2609e92f..4bd725784fdcf0d6b55716f838d1a58f921438b6 100644
--- a/webrtc/modules/BUILD.gn
+++ b/webrtc/modules/BUILD.gn
@@ -397,6 +397,7 @@ if (rtc_include_tests) {
"congestion_controller/probe_bitrate_estimator_unittest.cc",
"congestion_controller/probe_controller_unittest.cc",
"congestion_controller/probing_interval_estimator_unittest.cc",
+ "congestion_controller/theil_sen_estimator_unittest.cc",
"congestion_controller/transport_feedback_adapter_unittest.cc",
"congestion_controller/trendline_estimator_unittest.cc",
"media_file/media_file_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698