ref: 405499d835a4a01fe09bc5ea01a2e7e77aaef8da
parent: c28b10adebc0f56892310892a9d31f10360bd43b
author: Paul Wilkins <paulwilkins@google.com>
date: Mon Jan 10 11:02:51 EST 2011
Revert BASE_ERRPERMB Constant value reverted pending more tests on different video formats. Change-Id: I07d11a0e0185e60724698c835416caf2e0774e61
--- a/vp8/encoder/firstpass.c
+++ b/vp8/encoder/firstpass.c
@@ -903,7 +903,7 @@
}
extern const int vp8_bits_per_mb[2][QINDEX_RANGE];
-#define BASE_ERRPERMB 100
+#define BASE_ERRPERMB 150
static int estimate_max_q(VP8_COMP *cpi, double section_err, int section_target_bandwitdh, int Height, int Width)
{
int Q;
--
⑨