Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/pcc/
Dutility_function.cc32 throughput_coefficient_(throughput_coefficient), in VivaceUtilityFunction()
46 return (throughput_coefficient_ * std::pow(bitrate, throughput_power_)) - in Compute()
63 throughput_coefficient_(throughput_coefficient), in ModifiedVivaceUtilityFunction()
77 return (throughput_coefficient_ * std::pow(bitrate, throughput_power_) * in Compute()
Dutility_function.h46 const double throughput_coefficient_; variable
70 const double throughput_coefficient_; variable