webrtc/modules/remote_bitrate_estimator
Per Kjellander 865d94e452 Revert "Apply lower bound of delay based estimate in AimdRateControl::ClampBitrate"
This reverts commit e66e6a845b.

Reason for revert: 
May cause BWE to increase on delay increase if link capacity estimate is too high.

Original change's description:
> Apply lower bound of delay based estimate in AimdRateControl::ClampBitrate
>
> This move the functionality of applying the lower bound of a network estimate to AimdRateControl::ClampBitrate instead of ChangeBitrate.
> The purpose is to be able to also clamp probe estimates set by AimdRateControl::SetEstimate as well.
>
> Bug: none
> Change-Id: I6a4d64d2e98bb99da06010e2edaf20dc42880e37
> Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/255823
> Reviewed-by: Per Kjellander <perkj@webrtc.org>
> Commit-Queue: Per Kjellander <perkj@webrtc.org>
> Reviewed-by: Diep Bui <diepbp@webrtc.org>
> Cr-Commit-Position: refs/heads/main@{#36219}

Bug: none
Change-Id: I8c65b1461160dbf3d35e50ef2cc6f9bc305c2b15
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/256011
Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com>
Commit-Queue: Per Kjellander <perkj@webrtc.org>
Reviewed-by: Diep Bui <diepbp@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#36248}
2022-03-18 12:06:47 +00:00
..
include RemoteBitrateEstimator: remove unused method. 2021-10-19 13:51:11 +00:00
test Reland "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely" 2022-01-27 12:55:44 +00:00
tools Avoid using legacy rtp header parser in the rtp_to_text tool 2021-06-04 16:41:23 +00:00
aimd_rate_control.cc Revert "Apply lower bound of delay based estimate in AimdRateControl::ClampBitrate" 2022-03-18 12:06:47 +00:00
aimd_rate_control.h Field trial to not clamp delay based estimate to a lowered link estimate 2022-03-09 08:33:03 +00:00
aimd_rate_control_unittest.cc Revert "Apply lower bound of delay based estimate in AimdRateControl::ClampBitrate" 2022-03-18 12:06:47 +00:00
BUILD.gn Field trial to not clamp delay based estimate to a lowered link estimate 2022-03-09 08:33:03 +00:00
bwe_defines.cc WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 1 2022-03-09 13:23:21 +00:00
DEPS Remove direct use of FieldTrials from modules/remote_bitrate_estimator 2019-04-16 13:23:12 +00:00
inter_arrival.cc Use backticks not vertical bars to denote variables in comments for /modules/remote_bitrate_estimator 2021-08-09 12:27:52 +00:00
inter_arrival.h Use backticks not vertical bars to denote variables in comments for /modules/remote_bitrate_estimator 2021-08-09 12:27:52 +00:00
inter_arrival_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
overuse_detector.cc Cleanup of bwe_defines.h 2020-11-26 12:26:02 +00:00
overuse_detector.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from modules/ 2022-01-24 11:50:20 +00:00
overuse_detector_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
overuse_estimator.cc Use backticks not vertical bars to denote variables in comments for /modules/remote_bitrate_estimator 2021-08-09 12:27:52 +00:00
overuse_estimator.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from modules/ 2022-01-24 11:50:20 +00:00
OWNERS Add perkj@ as owner of remote_bitrate_estimator 2022-03-09 07:40:12 +00:00
packet_arrival_map.cc Use a std::deque in RemoteEstimatorProxy 2021-05-11 10:19:06 +00:00
packet_arrival_map.h Use a std::deque in RemoteEstimatorProxy 2021-05-11 10:19:06 +00:00
packet_arrival_map_test.cc Use a std::deque in RemoteEstimatorProxy 2021-05-11 10:19:06 +00:00
remote_bitrate_estimator_abs_send_time.cc Remove manual implementaion of the c++17 insert_or_assign 2022-01-17 15:01:02 +00:00
remote_bitrate_estimator_abs_send_time.h Modernize style in RemoteBitrateEstimatorAbsSendTime implementation 2021-06-03 14:37:33 +00:00
remote_bitrate_estimator_abs_send_time_unittest.cc Remove RTC_DISALLOW_COPY_AND_ASSIGN from modules/ 2022-01-24 11:50:20 +00:00
remote_bitrate_estimator_single_stream.cc Use backticks not vertical bars to denote variables in comments for /modules/remote_bitrate_estimator 2021-08-09 12:27:52 +00:00
remote_bitrate_estimator_single_stream.h Use backticks not vertical bars to denote variables in comments for /modules/remote_bitrate_estimator 2021-08-09 12:27:52 +00:00
remote_bitrate_estimator_single_stream_unittest.cc Remove RTC_DISALLOW_COPY_AND_ASSIGN from modules/ 2022-01-24 11:50:20 +00:00
remote_bitrate_estimator_unittest_helper.cc Use backticks not vertical bars to denote variables in comments for /modules/remote_bitrate_estimator 2021-08-09 12:27:52 +00:00
remote_bitrate_estimator_unittest_helper.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from modules/ 2022-01-24 11:50:20 +00:00
remote_estimator_proxy.cc Use backticks not vertical bars to denote variables in comments for /modules/remote_bitrate_estimator 2021-08-09 12:27:52 +00:00
remote_estimator_proxy.h Use backticks not vertical bars to denote variables in comments for /modules/remote_bitrate_estimator 2021-08-09 12:27:52 +00:00
remote_estimator_proxy_unittest.cc Use backticks not vertical bars to denote variables in comments for /modules/remote_bitrate_estimator 2021-08-09 12:27:52 +00:00