shithub: libvpx

Download patch

ref: 8496390e73e35cd312000c5564c5f23cfa8d6f3b
parent: 527a9fea767bf3c52d63096bdc5b6dd51615105b
parent: 5c29ee726e622baf6f950dfe980df0d4c116c1a8
author: Jacky Chen <jackychen@google.com>
date: Wed Jun 22 19:50:46 EDT 2016

Merge "vp9: Change the scheme for modeling rd for bsize 32x32."

--- a/vp9/encoder/vp9_pickmode.c
+++ b/vp9/encoder/vp9_pickmode.c
@@ -1723,7 +1723,7 @@
       vp9_build_inter_predictors_sby(xd, mi_row, mi_col, bsize);
 
       // For large partition blocks, extra testing is done.
-      if (cpi->oxcf.rc_mode == VPX_CBR && bsize > BLOCK_32X32 &&
+      if (cpi->oxcf.rc_mode == VPX_CBR && bsize >= BLOCK_32X32 &&
         !cyclic_refresh_segment_id_boosted(xd->mi[0]->segment_id) &&
         cm->base_qindex) {
         model_rd_for_sb_y_large(cpi, bsize, x, xd, &this_rdc.rate,