Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/utility/
Dsimulcast_rate_allocator.cc88 DataRate left_in_stable_allocation = stable_bitrate; in DistributeAllocationToSimulcastLayers() local
93 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()