OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:decrease_factor
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/net/quic/congestion_control/
inter_arrival_sender.cc
465
float
decrease_factor
=
local
468
decrease_factor
= std::max(
decrease_factor
, kMinBitrateReduction);
469
decrease_factor
= std::min(
decrease_factor
, kMaxBitrateReduction);
472
current_bandwidth_.Scale(1.0f -
decrease_factor
);
Completed in 192 milliseconds