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

Unified Diff: webrtc/common_types.h

Issue 1782003003: Tune BWE to be a bit less sensitive to spurious delay events. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 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/common_types.h
diff --git a/webrtc/common_types.h b/webrtc/common_types.h
index 191d9aa6e008f89c86fb2d28ab9951519c88f429..e171e1bd8af52e7336f0447d3bac3fadf03a2719 100644
--- a/webrtc/common_types.h
+++ b/webrtc/common_types.h
@@ -713,7 +713,7 @@ struct OverUseDetectorOptions {
initial_e[1][1] = 1e-1;
initial_e[0][1] = initial_e[1][0] = 0;
initial_process_noise[0] = 1e-13;
- initial_process_noise[1] = 1e-2;
+ initial_process_noise[1] = 1e-3;
}
double initial_slope;
double initial_offset;

Powered by Google App Engine
This is Rietveld 408576698