Searched refs:left_in_stable_allocation (Results 1 – 1 of 1) sorted by relevance
88 DataRate left_in_stable_allocation = stable_bitrate; in DistributeAllocationToSimulcastLayers() local93 left_in_stable_allocation = std::min(left_in_stable_allocation, max_rate); in DistributeAllocationToSimulcastLayers()137 left_in_stable_allocation = std::max(left_in_stable_allocation, min_rate); in DistributeAllocationToSimulcastLayers()171 if (left_in_stable_allocation < min_bitrate) { in DistributeAllocationToSimulcastLayers()183 left_in_stable_allocation -= in DistributeAllocationToSimulcastLayers()184 std::min(left_in_stable_allocation, target_bitrate); in DistributeAllocationToSimulcastLayers()