Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/vp9/
Dsvc_rate_allocator.cc226 double hysteresis_factor; in Allocate() local
228 hysteresis_factor = experiment_settings_.GetScreenshareHysteresisFactor(); in Allocate()
230 hysteresis_factor = experiment_settings_.GetVideoHysteresisFactor(); in Allocate()
237 FindNumEnabledLayers(stable_rate / hysteresis_factor); in Allocate()
/external/webrtc/modules/video_coding/utility/
Dsimulcast_rate_allocator.cc163 double hysteresis_factor = in DistributeAllocationToSimulcastLayers() local
168 min_bitrate = std::min(hysteresis_factor * min_bitrate, target_bitrate); in DistributeAllocationToSimulcastLayers()
/external/webrtc/video/
Dvideo_send_stream_impl.cc92 const double hysteresis_factor = in CalculateMaxPadBitrateBps() local
101 hysteresis_factor * active_streams[0].target_bitrate_bps + 0.5); in CalculateMaxPadBitrateBps()
106 hysteresis_factor * in CalculateMaxPadBitrateBps()