ref: f1a627e8a2654e5df4a127a08a5581f1bcb1d9e1
parent: b6aa783d8023b87c3abf9e6294a210e2c815d533
parent: b7a93578e5b548db9664533cbb8cf86010e977b0
author: Deb Mukherjee <debargha@google.com>
date: Tue Sep 24 05:51:08 EDT 2013
Merge "Small tweak in the constant quality parameter"
--- a/vp9/encoder/vp9_onyx_if.c
+++ b/vp9/encoder/vp9_onyx_if.c
@@ -215,7 +215,7 @@
afq_high_motion_minq[i] = calculate_minq_index(maxq,
0.0000021,
-0.00125,
- 0.57,
+ 0.55,
0.0);
}
}
--
⑨