Merge "vp8e - RDLambda fix"

This commit is contained in:
Yaowu Xu 2012-03-07 11:53:04 -08:00 committed by Gerrit Code Review
commit 676610d2a8

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;