Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_encoder.cc114 static const Vp8RateSettings high_settings{100u, 15u, 1000u, 600u, 5u}; in GetRateSettings() local
119 return high_settings; in GetRateSettings()
125 high_settings.rc_undershoot_pct, bandwidth_headroom_factor); in GetRateSettings()
127 Interpolate(low_settings.rc_overshoot_pct, high_settings.rc_overshoot_pct, in GetRateSettings()
130 Interpolate(low_settings.rc_buf_sz, high_settings.rc_buf_sz, in GetRateSettings()
134 high_settings.rc_buf_optimal_sz, bandwidth_headroom_factor); in GetRateSettings()
137 high_settings.rc_dropframe_thresh, bandwidth_headroom_factor); in GetRateSettings()
/external/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc178 static const Vp9RateSettings high_settings{50u, 50u, 1000u, 700u, 5u}; in GetRateSettings() local
183 return high_settings; in GetRateSettings()
189 high_settings.rc_undershoot_pct, bandwidth_headroom_factor); in GetRateSettings()
191 Interpolate(low_settings.rc_overshoot_pct, high_settings.rc_overshoot_pct, in GetRateSettings()
194 Interpolate(low_settings.rc_buf_sz, high_settings.rc_buf_sz, in GetRateSettings()
198 high_settings.rc_buf_optimal_sz, bandwidth_headroom_factor); in GetRateSettings()
201 high_settings.rc_dropframe_thresh, bandwidth_headroom_factor); in GetRateSettings()