shithub: libvpx

Download patch

ref: 26f4e7dc047be88b63176edff9092270438c4b72
parent: ad01d275e9836dcce72d5192a23f41f714605600
parent: f5c36a5ced92b6fb88db433721bcae36f842eb88
author: Frank Galligan <[email protected]>
date: Thu Mar 5 08:58:21 EST 2015

Merge "VP9: turn on tile-columns and frame-parallel-mode by default"

--- a/vp9/vp9_cx_iface.c
+++ b/vp9/vp9_cx_iface.c
@@ -51,7 +51,7 @@
   0,                          // noise_sensitivity
   0,                          // sharpness
   0,                          // static_thresh
-  0,                          // tile_columns
+  6,                          // tile_columns
   0,                          // tile_rows
   7,                          // arnr_max_frames
   5,                          // arnr_strength
@@ -61,7 +61,7 @@
   0,                          // rc_max_inter_bitrate_pct
   0,                          // gf_cbr_boost_pct
   0,                          // lossless
-  0,                          // frame_parallel_decoding_mode
+  1,                          // frame_parallel_decoding_mode
   NO_AQ,                      // aq_mode
   0,                          // frame_periodic_delta_q
   VPX_BITS_8,                 // Bit depth