shithub: libvpx

Download patch

ref: 7a386d83ebae02bc755d8d12551427cb1836f809
parent: ad01d275e9836dcce72d5192a23f41f714605600
author: Deb Mukherjee <[email protected]>
date: Thu Mar 5 08:58:37 EST 2015

Reduce default overshoot/undershoot params to 25

Reducing these values from 100 makes rate control tighter by
default.

Change-Id: I979409c93e6f19e128898f08ad581bf67eb0f824

--- a/vp9/vp9_cx_iface.c
+++ b/vp9/vp9_cx_iface.c
@@ -1445,8 +1445,8 @@
       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