Home
last modified time | relevance | path

Searched refs:kSlowStartModeIncrease (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/modules/congestion_controller/pcc/
Dpcc_network_controller.cc28 constexpr double kSlowStartModeIncrease = 1.5; variable
188 bandwidth_estimate_ = bandwidth_estimate_ * (1 / kSlowStartModeIncrease); in OnSentPacket()
201 monitor_intervals_bitrates_ = {kSlowStartModeIncrease * in OnSentPacket()
204 kSlowStartModeIncrease * bandwidth_estimate_, msg.send_time, in OnSentPacket()