Small tweak in the constant quality parameter

Improves results a little.

Change-Id: I7bcac02dbb65b43a993445cf557c520197114e5c
This commit is contained in:
Deb Mukherjee 2013-09-24 09:09:35 -07:00
parent bacb5925ff
commit b7a93578e5

View 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);
}
}