Merge "vp9: Change the scheme for modeling rd for bsize 32x32."
authorJacky Chen <jackychen@google.com>
Wed, 22 Jun 2016 23:50:46 +0000 (23:50 +0000)
committerGerrit Code Review <noreply-gerritcodereview@google.com>
Wed, 22 Jun 2016 23:50:46 +0000 (23:50 +0000)
vp9/encoder/vp9_pickmode.c

index c13f24f..3fdb0fe 100644 (file)
@@ -1723,7 +1723,7 @@ void vp9_pick_inter_mode(VP9_COMP *cpi, MACROBLOCK *x,
       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,