vp8e - RDLambda fix
Last commit went the wrong way. Change-Id: I5e47ee6c25b0893dfa84318229b93c57dfeec24e
This commit is contained in:
parent
888699091d
commit
154b4b4196
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user