Split current block samples for warp estimation
Change-Id: Iebc74024475c7cb88650b65df9f23b1a5e70021c
diff --git a/av1/decoder/decodemv.c b/av1/decoder/decodemv.c
index cc7922a..c997068 100644
--- a/av1/decoder/decodemv.c
+++ b/av1/decoder/decodemv.c
@@ -2030,7 +2030,8 @@
#if CONFIG_WARPED_MOTION
if (mbmi->motion_mode == WARPED_CAUSAL) {
mbmi->wm_params[0].wmtype = DEFAULT_WMTYPE;
- find_projection(mbmi->num_proj_ref[0], pts, pts_inref,
+ find_projection(mbmi->num_proj_ref[0], pts, pts_inref, bsize,
+ mbmi->mv[0].as_mv.row, mbmi->mv[0].as_mv.col,
&mbmi->wm_params[0], mi_row, mi_col);
}
#endif // CONFIG_WARPED_MOTION