Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/vp9/
Dsvc_rate_allocator.cc70 DataRate layer_rate = spatial_layer_rates[sl_idx] + excess_rate; in AdjustAndVerify() local
71 if (layer_rate < min_rate) { in AdjustAndVerify()
80 if (layer_rate <= max_rate) { in AdjustAndVerify()
82 adjusted_spatial_layer_rates.push_back(layer_rate); in AdjustAndVerify()
84 excess_rate = layer_rate - max_rate; in AdjustAndVerify()
/external/webrtc/modules/video_coding/utility/
Dsimulcast_rate_allocator.cc178 DataRate layer_rate = std::min(left_in_total_allocation, target_bitrate); in DistributeAllocationToSimulcastLayers() local
180 layer_rate.bps()); in DistributeAllocationToSimulcastLayers()
181 left_in_total_allocation -= layer_rate; in DistributeAllocationToSimulcastLayers()