shithub: libvpx

Download patch

ref: 8b989f5b23a8a7d3337f486622001f58a0443184
parent: 899ab95c8c39f055891794845bde62b0caf72af4
author: Paul Wilkins <paulwilkins@google.com>
date: Wed Oct 9 10:57:28 EDT 2013

Disable recode loop.

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

Results pending.

Change-Id: I2cd9a87c3fcbe39c05b954798d0671a4ca62c37f

--- a/vp9/encoder/vp9_onyx_if.c
+++ b/vp9/encoder/vp9_onyx_if.c
@@ -767,6 +767,7 @@
 #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 ||