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

Unified Diff: webrtc/modules/congestion_controller/delay_based_bwe.h

Issue 2749803002: Enable the bayesian bitrate estimator by default. (Closed)
Patch Set: . Created 3 years, 9 months 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/congestion_controller/delay_based_bwe.h
diff --git a/webrtc/modules/congestion_controller/delay_based_bwe.h b/webrtc/modules/congestion_controller/delay_based_bwe.h
index 5ae60f7d21255480eb95fe2ebb65c64087f60434..c4713108201e79b347401af5c3290fef7f076c05 100644
--- a/webrtc/modules/congestion_controller/delay_based_bwe.h
+++ b/webrtc/modules/congestion_controller/delay_based_bwe.h
@@ -17,7 +17,6 @@
#include "webrtc/base/checks.h"
#include "webrtc/base/constructormagic.h"
-#include "webrtc/base/rate_statistics.h"
#include "webrtc/base/thread_checker.h"
#include "webrtc/modules/congestion_controller/median_slope_estimator.h"
#include "webrtc/modules/congestion_controller/probe_bitrate_estimator.h"
@@ -77,8 +76,6 @@ class DelayBasedBwe {
int64_t prev_time_ms_;
float bitrate_estimate_;
float bitrate_estimate_var_;
- RateStatistics old_estimator_;
- const bool in_experiment_;
};
Result IncomingPacketFeedback(const PacketFeedback& packet_feedback);

Powered by Google App Engine
This is Rietveld 408576698