shithub: libvpx

Download patch

ref: c0e9273f4076da3ecce469f487330ceaedb7fd93
parent: 00207bc81247af208397ca31cb74f02fa7254dbc
parent: 2b30f33e2dcbc2eea37201f69e05ab6445359bd1
author: Hui Su <huisu@google.com>
date: Wed Sep 5 18:02:22 EDT 2018

Merge "Initialize the best partition before partition RDO"

--- a/vp9/encoder/vp9_encodeframe.c
+++ b/vp9/encoder/vp9_encodeframe.c
@@ -3619,6 +3619,8 @@
   }
 #endif
 
+  pc_tree->partitioning = PARTITION_NONE;
+
   // PARTITION_NONE
   if (partition_none_allowed) {
     rd_pick_sb_modes(cpi, tile_data, x, mi_row, mi_col, &this_rdc, bsize, ctx,