From: Jim Bankoski Date: Tue, 6 Mar 2012 16:47:12 +0000 (-0800) Subject: vp8e - RDLambda fix X-Git-Tag: v1.1.0~64^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=154b4b4196e01b622ec5e7dacf826b27e04d0eeb;p=libvpx vp8e - RDLambda fix Last commit went the wrong way. Change-Id: I5e47ee6c25b0893dfa84318229b93c57dfeec24e --- diff --git a/vp8/encoder/rdopt.c b/vp8/encoder/rdopt.c index fdc7213f3..d6c643222 100644 --- a/vp8/encoder/rdopt.c +++ b/vp8/encoder/rdopt.c @@ -201,7 +201,7 @@ void vp8_initialize_rd_consts(VP8_COMP *cpi, int Qvalue) int q; int i; double capped_q = (Qvalue < 160) ? (double)Qvalue : 160.0; - double rdconst = 2.60; + double rdconst = 2.80; vp8_clear_system_state(); //__asm emms;