webrtc/modules/remote_bitrate_estimator/test
Yves Gerey 435c8de312 Clean up LinkedSet (LRU) code.
* More canonical and efficient 'move to front'.
 * Don't use 'new' when value semantic is fine.
 * Simplify flow (remove One-off private method).
 * Remove dead code.

Bug: webrtc:9575
Change-Id: Ie6a3c4e3d5e2342e77e54fd59fffa05f6e5f9ebe
Reviewed-on: https://webrtc-review.googlesource.com/92802
Commit-Queue: Yves Gerey <yvesg@webrtc.org>
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24215}
2018-08-07 17:32:07 +00:00
..
estimators Clean up LinkedSet (LRU) code. 2018-08-07 17:32:07 +00:00
bbr_paced_sender.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
bbr_paced_sender.h Reland of BWE allocation strategy 2017-10-20 10:16:15 +00:00
bwe.cc Clean up LinkedSet (LRU) code. 2018-08-07 17:32:07 +00:00
bwe.h Clean up LinkedSet (LRU) code. 2018-08-07 17:32:07 +00:00
bwe_test.cc Enable clang::find_bad_constructs for remote_bitrate_estimator. 2018-07-20 10:26:07 +00:00
bwe_test.h Enable clang::find_bad_constructs for remote_bitrate_estimator. 2018-07-20 10:26:07 +00:00
bwe_test_baselinefile.cc Enable clang::find_bad_constructs for remote_bitrate_estimator. 2018-07-20 10:26:07 +00:00
bwe_test_baselinefile.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
bwe_test_fileutils.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
bwe_test_fileutils.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
bwe_test_framework.cc Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
bwe_test_framework.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
bwe_test_framework_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
bwe_test_logging.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
bwe_test_logging.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
bwe_unittest.cc Fix random crashes - invariant broken in LinkedSet (LRU) implementation. 2018-08-07 09:18:41 +00:00
metric_recorder.cc Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
metric_recorder.h Enable clang::find_bad_constructs for remote_bitrate_estimator. 2018-07-20 10:26:07 +00:00
metric_recorder_unittest.cc Stop using std::random_shuffle in favor of std::shuffle. 2018-01-10 07:37:11 +00:00
packet.cc Enable clang::find_bad_constructs for remote_bitrate_estimator. 2018-07-20 10:26:07 +00:00
packet.h Enable clang::find_bad_constructs for remote_bitrate_estimator. 2018-07-20 10:26:07 +00:00
packet_receiver.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
packet_receiver.h Enable clang::find_bad_constructs for remote_bitrate_estimator. 2018-07-20 10:26:07 +00:00
packet_sender.cc Enable clang::find_bad_constructs for remote_bitrate_estimator. 2018-07-20 10:26:07 +00:00
packet_sender.h Enable clang::find_bad_constructs for remote_bitrate_estimator. 2018-07-20 10:26:07 +00:00
plot_bars.sh Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
plot_dynamics.py Fixing py lint errors 2018-07-23 15:28:48 +00:00