Merge "Small tweak in the constant quality parameter"

This commit is contained in:
Deb Mukherjee 2013-09-24 09:51:08 -07:00 committed by Gerrit Code Review
commit f1a627e8a2

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