vp8e - RDLambda fix

Last commit went the wrong way.

Change-Id: I5e47ee6c25b0893dfa84318229b93c57dfeec24e
This commit is contained in:
Jim Bankoski 2012-03-06 08:47:12 -08:00
parent 888699091d
commit 154b4b4196

View File

@ -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;