shithub: libvpx

Download patch

ref: 7c10251f22963fa2342d0f048a96f73de3f667bd
parent: 64c55576b76fde99506cc8da491d08b8e6e8d78f
author: Jerome Jiang <jianj@google.com>
date: Mon Aug 28 13:05:48 EDT 2017

vp9: Speed 8: Enable skip_encode_sb

Neutral in borg tests.

Some clips show 3-4% speed gain on 2 threads on Pixel.

Change-Id: Ic959f34e44892a854551de6e9a3d9ec819ffed00

--- a/vp9/encoder/vp9_speed_features.c
+++ b/vp9/encoder/vp9_speed_features.c
@@ -591,6 +591,7 @@
 
   if (speed >= 8) {
     sf->adaptive_rd_thresh = 4;
+    sf->skip_encode_sb = 1;
     if (!cpi->use_svc) cpi->max_copied_frame = 4;
     if (cpi->row_mt && cpi->oxcf.max_threads > 1)
       sf->adaptive_rd_thresh_row_mt = 1;