shithub: libvpx

Download patch

ref: b7a93578e5b548db9664533cbb8cf86010e977b0
parent: bacb5925ffa4dbc83a00986ae585b35848d0fcbd
author: Deb Mukherjee <debargha@google.com>
date: Tue Sep 24 05:09:35 EDT 2013

Small tweak in the constant quality parameter

Improves results a little.

Change-Id: I7bcac02dbb65b43a993445cf557c520197114e5c

--- a/vp9/encoder/vp9_onyx_if.c
+++ b/vp9/encoder/vp9_onyx_if.c
@@ -215,7 +215,7 @@
     afq_high_motion_minq[i] = calculate_minq_index(maxq,
                                                    0.0000021,
                                                    -0.00125,
-                                                   0.57,
+                                                   0.55,
                                                    0.0);
   }
 }