From: Deb Mukherjee Date: Tue, 24 Sep 2013 16:09:35 +0000 (-0700) Subject: Small tweak in the constant quality parameter X-Git-Tag: v1.3.0~411^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b7a93578e5b548db9664533cbb8cf86010e977b0;p=libvpx Small tweak in the constant quality parameter Improves results a little. Change-Id: I7bcac02dbb65b43a993445cf557c520197114e5c --- diff --git a/vp9/encoder/vp9_onyx_if.c b/vp9/encoder/vp9_onyx_if.c index 1d0733ed6..d815dc96a 100644 --- a/vp9/encoder/vp9_onyx_if.c +++ b/vp9/encoder/vp9_onyx_if.c @@ -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); } }