Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dlibvpx_vp8_encoder.cc115 static const Vp8RateSettings high_settings{100u, 15u, 1000u, 600u, 5u}; in GetRateSettings() local
120 return high_settings; in GetRateSettings()
126 high_settings.rc_undershoot_pct, bandwidth_headroom_factor); in GetRateSettings()
128 Interpolate(low_settings.rc_overshoot_pct, high_settings.rc_overshoot_pct, in GetRateSettings()
131 Interpolate(low_settings.rc_buf_sz, high_settings.rc_buf_sz, in GetRateSettings()
135 high_settings.rc_buf_optimal_sz, bandwidth_headroom_factor); in GetRateSettings()
138 high_settings.rc_dropframe_thresh, bandwidth_headroom_factor); in GetRateSettings()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/video_coding/codecs/vp8/
H A Dlibvpx_vp8_encoder.cc119 static const Vp8RateSettings high_settings{100u, 15u, 1000u, 600u, 5u}; in GetRateSettings() local
124 return high_settings; in GetRateSettings()
130 high_settings.rc_undershoot_pct, bandwidth_headroom_factor); in GetRateSettings()
132 Interpolate(low_settings.rc_overshoot_pct, high_settings.rc_overshoot_pct, in GetRateSettings()
135 Interpolate(low_settings.rc_buf_sz, high_settings.rc_buf_sz, in GetRateSettings()
139 high_settings.rc_buf_optimal_sz, bandwidth_headroom_factor); in GetRateSettings()
142 high_settings.rc_dropframe_thresh, bandwidth_headroom_factor); in GetRateSettings()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/video_coding/codecs/vp9/
H A Dvp9_impl.cc170 static const Vp9RateSettings high_settings{50u, 50u, 1000u, 700u, 5u}; in GetRateSettings() local
175 return high_settings; in GetRateSettings()
181 high_settings.rc_undershoot_pct, bandwidth_headroom_factor); in GetRateSettings()
183 Interpolate(low_settings.rc_overshoot_pct, high_settings.rc_overshoot_pct, in GetRateSettings()
186 Interpolate(low_settings.rc_buf_sz, high_settings.rc_buf_sz, in GetRateSettings()
190 high_settings.rc_buf_optimal_sz, bandwidth_headroom_factor); in GetRateSettings()
193 high_settings.rc_dropframe_thresh, bandwidth_headroom_factor); in GetRateSettings()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/video_coding/codecs/vp9/
H A 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()