shithub: libvpx

Download patch

ref: aea8d97a74ae8102a864baa1439dd4f4f25555e9
parent: 48e7294e489ddbd84708c2856ef236d440dabd5e
parent: a84f1f846e3464a0aaa557c8cd428a6f15b48d32
author: Paul Wilkins <paulwilkins@google.com>
date: Tue Mar 29 10:02:21 EDT 2016

Merge "Increase min-max q range for normal inter frames."

--- a/vp9/encoder/vp9_ratectrl.c
+++ b/vp9/encoder/vp9_ratectrl.c
@@ -133,7 +133,7 @@
     kf_high_m[i] = get_minq_index(maxq, 0.0000021, -0.00125, 0.55, bit_depth);
     arfgf_low[i] = get_minq_index(maxq, 0.0000015, -0.0009, 0.30, bit_depth);
     arfgf_high[i] = get_minq_index(maxq, 0.0000021, -0.00125, 0.55, bit_depth);
-    inter[i] = get_minq_index(maxq, 0.00000271, -0.00113, 0.90, bit_depth);
+    inter[i] = get_minq_index(maxq, 0.00000271, -0.00113, 0.70, bit_depth);
     rtc[i] = get_minq_index(maxq, 0.00000271, -0.00113, 0.70, bit_depth);
   }
 }