Merge "vp8e - RDLambda fix"
This commit is contained in:
commit
676610d2a8
@ -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