]> granicus.if.org Git - libvpx/commitdiff
Fix sub8x8 interpolation full pixel bug
authorAngie Chiang <angiebird@google.com>
Wed, 9 Mar 2016 19:15:19 +0000 (11:15 -0800)
committerAngie Chiang <angiebird@google.com>
Wed, 9 Mar 2016 19:15:19 +0000 (11:15 -0800)
Change-Id: I5df744dc6b21ed9dbbf6ddf38004f2a9e88b7d00

vp10/encoder/rdopt.c

index ba864e40d0fcfd78dbf16482d4fd73dad4f39f92..a20820818ab6881ed3842270905263c501663dce 100644 (file)
@@ -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)