From 836e83c49f0ce48d06d7423d3a33a003901037e7 Mon Sep 17 00:00:00 2001 From: Angie Chiang Date: Wed, 9 Mar 2016 11:15:19 -0800 Subject: [PATCH] Fix sub8x8 interpolation full pixel bug Change-Id: I5df744dc6b21ed9dbbf6ddf38004f2a9e88b7d00 --- vp10/encoder/rdopt.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/vp10/encoder/rdopt.c b/vp10/encoder/rdopt.c index ba864e40d..a20820818 100644 --- a/vp10/encoder/rdopt.c +++ b/vp10/encoder/rdopt.c @@ -8493,16 +8493,6 @@ void vp10_rd_pick_inter_mode_sub8x8(struct VP10_COMP *cpi, if (!vp10_is_interp_needed(xd) && cm->interp_filter == SWITCHABLE && mbmi->interp_filter != EIGHTTAP_REGULAR) { mbmi->interp_filter = EIGHTTAP_REGULAR; - tmp_rd = rd_pick_best_sub8x8_mode(cpi, x, - &x->mbmi_ext->ref_mvs[ref_frame][0], - second_ref, best_yrd, &rate, &rate_y, - &distortion, &skippable, &total_sse, - (int) this_rd_thresh, seg_mvs, -#if CONFIG_EXT_INTER - compound_seg_newmvs, -#endif // CONFIG_EXT_INTER - bsi, 0, - mi_row, mi_col); } #endif // CONFIG_EXT_INTERP if (tmp_rd == INT64_MAX)