Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Unified Diff: source/libvpx/vp9/vp9_cx_iface.c

Issue 998593002: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/libvpx/vp9/encoder/vp9_rd.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/libvpx/vp9/vp9_cx_iface.c
diff --git a/source/libvpx/vp9/vp9_cx_iface.c b/source/libvpx/vp9/vp9_cx_iface.c
index 50d73791082605cfd5af478f5623a394bc497089..d1dd66b2ca0ec994528f4a256c02957fa6d8e89f 100644
--- a/source/libvpx/vp9/vp9_cx_iface.c
+++ b/source/libvpx/vp9/vp9_cx_iface.c
@@ -1445,8 +1445,8 @@ static vpx_codec_enc_cfg_map_t encoder_usage_cfg_map[] = {
256, // rc_target_bandwidth
0, // rc_min_quantizer
63, // rc_max_quantizer
- 100, // rc_undershoot_pct
- 100, // rc_overshoot_pct
+ 25, // rc_undershoot_pct
+ 25, // rc_overshoot_pct
6000, // rc_max_buffer_size
4000, // rc_buffer_initial_size
« no previous file with comments | « source/libvpx/vp9/encoder/vp9_rd.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698