Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/pcc/
Dutility_function.cc31 throughput_power_(throughput_power), in VivaceUtilityFunction()
46 return (throughput_coefficient_ * std::pow(bitrate, throughput_power_)) - in Compute()
62 throughput_power_(throughput_power), in ModifiedVivaceUtilityFunction()
77 return (throughput_coefficient_ * std::pow(bitrate, throughput_power_) * in Compute()
Dutility_function.h45 const double throughput_power_; variable
69 const double throughput_power_; variable