Disable recode loop.
For VBR coding disable the recode loop for speeds > 0. Results pending. Change-Id: I2cd9a87c3fcbe39c05b954798d0671a4ca62c37f
This commit is contained in:
parent
899ab95c8c
commit
8b989f5b23
@ -767,6 +767,7 @@ void vp9_set_speed_features(VP9_COMP *cpi) {
|
||||
#endif
|
||||
sf->use_avoid_tested_higherror = 1;
|
||||
sf->adaptive_rd_thresh = 1;
|
||||
sf->recode_loop = (speed < 1);
|
||||
|
||||
if (speed == 1) {
|
||||
sf->use_square_partition_only = !(cpi->common.frame_type == KEY_FRAME ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user