Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/utility/
Dsimulcast_rate_allocator.cc71 DataRate stable_rate = parameters.total_bitrate; in Allocate() local
74 stable_rate = std::min(parameters.stable_bitrate, parameters.total_bitrate); in Allocate()
76 DistributeAllocationToSimulcastLayers(parameters.total_bitrate, stable_rate, in Allocate()
Dsimulcast_rate_allocator_unittest.cc142 DataRate stable_rate) { in GetAllocation() argument
144 target_rate, stable_rate, kDefaultFrameRate)); in GetAllocation()
/external/webrtc/modules/video_coding/codecs/vp9/
Dsvc_rate_allocator.cc233 DataRate stable_rate = in Allocate() local
237 FindNumEnabledLayers(stable_rate / hysteresis_factor); in Allocate()
243 std::min(last_active_layer_count_, FindNumEnabledLayers(stable_rate)); in Allocate()