From b7a93578e5b548db9664533cbb8cf86010e977b0 Mon Sep 17 00:00:00 2001 From: Deb Mukherjee Date: Tue, 24 Sep 2013 09:09:35 -0700 Subject: [PATCH] Small tweak in the constant quality parameter Improves results a little. Change-Id: I7bcac02dbb65b43a993445cf557c520197114e5c --- vp9/encoder/vp9_onyx_if.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- 2.40.0