When both obmc and dual_filter is enabled.
Change-Id: I56b127573a6cca31469bb357cf7a6a9c3df64071
#endif // CONFIG_EXT_INTER
#if CONFIG_EXT_INTERP
#if CONFIG_DUAL_FILTER
- if (!has_subpel_mv_component(xd, 0))
+ if (!has_subpel_mv_component(xd->mi[0], xd, 0))
obmc_interp_filter[1][0] = mbmi->interp_filter[0] = EIGHTTAP_REGULAR;
- if (!has_subpel_mv_component(xd, 1))
+ if (!has_subpel_mv_component(xd->mi[0], xd, 1))
obmc_interp_filter[1][1] = mbmi->interp_filter[1] = EIGHTTAP_REGULAR;
#else
if (!vp10_is_interp_needed(xd))