]> granicus.if.org Git - libvpx/commitdiff
Small tweak in the constant quality parameter
authorDeb Mukherjee <debargha@google.com>
Tue, 24 Sep 2013 16:09:35 +0000 (09:09 -0700)
committerDeb Mukherjee <debargha@google.com>
Tue, 24 Sep 2013 16:09:35 +0000 (09:09 -0700)
Improves results a little.

Change-Id: I7bcac02dbb65b43a993445cf557c520197114e5c

vp9/encoder/vp9_onyx_if.c

index 1d0733ed64205cd07d9867d8ebf5608895fc5c86..d815dc96a5579984a6b65694c649f54ea5dfe246 100644 (file)
@@ -215,7 +215,7 @@ static void init_minq_luts(void) {
     afq_high_motion_minq[i] = calculate_minq_index(maxq,
                                                    0.0000021,
                                                    -0.00125,
-                                                   0.57,
+                                                   0.55,
                                                    0.0);
   }
 }