webrtc/modules/remote_bitrate_estimator
Sebastian Jansson cabe3838bb Moved ALR experiment settings to new experiments folder.
This replaces most of the existing dependencies on the application
limited region(ALR) detector. This is to achieve a greater separation of
concerns and will make further refactoring regarding the ALR Detector
less invasive on other parts of the code base.

Bug: webrtc:8415
Change-Id: I92912254c6d02285cce6a88f6789f0ac94794c88
Reviewed-on: https://webrtc-review.googlesource.com/37560
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Philip Eliasson <philipel@webrtc.org>
Reviewed-by: Erik Språng <sprang@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21598}
2018-01-12 12:03:22 +00:00
..
include Create RtcEventLogEncoderLegacy 2017-10-03 13:51:59 +00:00
test Stop using std::random_shuffle in favor of std::shuffle. 2018-01-10 07:37:11 +00:00
tools Normalize main(..) routines for WinUWP 2017-12-12 14:32:56 +00:00
aimd_rate_control.cc Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +00:00
aimd_rate_control.h Reland of https://chromium-review.googlesource.com/c/external/webrtc/+/616724 under field trial. 2017-10-09 11:07:57 +00:00
aimd_rate_control_unittest.cc Optional: Use nullopt and implicit construction in /modules/remote_bitrate_estimator 2017-11-16 12:42:24 +00:00
BUILD.gn Moved ALR experiment settings to new experiments folder. 2018-01-12 12:03:22 +00:00
bwe_defines.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
bwe_simulations.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
inter_arrival.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
inter_arrival.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
inter_arrival_unittest.cc Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
overuse_detector.cc Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +00:00
overuse_detector.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
overuse_detector_unittest.cc Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
overuse_estimator.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
overuse_estimator.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
remote_bitrate_estimator_abs_send_time.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
remote_bitrate_estimator_abs_send_time.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
remote_bitrate_estimator_abs_send_time_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
remote_bitrate_estimator_single_stream.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
remote_bitrate_estimator_single_stream.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
remote_bitrate_estimator_single_stream_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
remote_bitrate_estimator_unittest_helper.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
remote_bitrate_estimator_unittest_helper.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
remote_bitrate_estimators_test.cc Add field trials to configure the backoff factor and the trendline window of the BWE. 2017-10-06 07:10:04 +00:00
remote_estimator_proxy.cc Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +00:00
remote_estimator_proxy.h Resolve cyclic dependency in remote bitrate estimator 2017-09-25 15:10:14 +00:00
remote_estimator_proxy_unittest.cc Resolve cyclic dependency in remote bitrate estimator 2017-09-25 15:10:14 +00:00
send_time_history.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
send_time_history_unittest.cc Stop using std::random_shuffle in favor of std::shuffle. 2018-01-10 07:37:11 +00:00