Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/vp9/
Dsvc_rate_allocator.cc337 DataRate top_layer_rate = DataRate::Zero(); in GetAllocationScreenSharing() local
351 top_layer_rate = std::min(target_rate, total_bitrate - allocated_rate); in GetAllocationScreenSharing()
352 bitrate_allocation.SetBitrate(sl_idx, 0, top_layer_rate.bps()); in GetAllocationScreenSharing()
353 allocated_rate += top_layer_rate; in GetAllocationScreenSharing()
358 top_layer_rate = std::min( in GetAllocationScreenSharing()
359 top_layer_rate + (total_bitrate - allocated_rate), in GetAllocationScreenSharing()
361 bitrate_allocation.SetBitrate(sl_idx - 1, 0, top_layer_rate.bps()); in GetAllocationScreenSharing()