summaryrefslogtreecommitdiff
path: root/vp8/encoder/firstpass.c
diff options
context:
space:
mode:
authorPaul Wilkins <paulwilkins@google.com>2011-01-10 16:02:51 +0000
committerPaul Wilkins <paulwilkins@google.com>2011-01-10 16:02:51 +0000
commit405499d835a4a01fe09bc5ea01a2e7e77aaef8da (patch)
treec27d3a66b500d754f0ca198fb7be47d28e81eb13 /vp8/encoder/firstpass.c
parentc28b10adebc0f56892310892a9d31f10360bd43b (diff)
downloadlibvpx-405499d835a4a01fe09bc5ea01a2e7e77aaef8da.tar
libvpx-405499d835a4a01fe09bc5ea01a2e7e77aaef8da.tar.gz
libvpx-405499d835a4a01fe09bc5ea01a2e7e77aaef8da.tar.bz2
libvpx-405499d835a4a01fe09bc5ea01a2e7e77aaef8da.zip
Revert BASE_ERRPERMB
Constant value reverted pending more tests on different video formats. Change-Id: I07d11a0e0185e60724698c835416caf2e0774e61
Diffstat (limited to 'vp8/encoder/firstpass.c')
-rw-r--r--vp8/encoder/firstpass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/encoder/firstpass.c b/vp8/encoder/firstpass.c
index 0c79adee4..48899162d 100644
--- a/vp8/encoder/firstpass.c
+++ b/vp8/encoder/firstpass.c
@@ -903,7 +903,7 @@ void vp8_first_pass(VP8_COMP *cpi)
}
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;