still not reusing split mvs, but reusing partition size (8x8, 8x16, etc)
Change-Id: I4655b06fcdcbc71a97bff07def78297ae8e5104c
if(i==16)
break;
}
- rd_reuse_segment(cpi, x, &bsi, s);
+ rd_check_segment(cpi, x, &bsi, s);
}
/* set it to the best */
//this_rd_thresh = (this_ref_frame == 2) ? cpi->rd_threshes[THR_NEW2] : this_rd_thresh;
this_rd_thresh = 0;
-#if 1
+#if 0
tmp_rd = vp8_rd_pick_best_mbsegmentation(cpi, x, &best_ref_mv,
best_yrd, mdcounts,
&rate, &rate_y, &distortion, this_rd_thresh) ;