Disable recode loop.

For VBR coding disable the recode loop for speeds > 0.

Results pending.

Change-Id: I2cd9a87c3fcbe39c05b954798d0671a4ca62c37f
This commit is contained in:
Paul Wilkins 2013-10-09 14:57:28 +01:00
parent 899ab95c8c
commit 8b989f5b23

View File

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