From: Angie Chiang Date: Thu, 11 Jul 2019 23:52:50 +0000 (-0700) Subject: Sync the behavior of exhaustive_mesh_search X-Git-Tag: v1.8.2~167^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=719fe0bc5f8af9cd27314e96a6eead2710666050;p=libvpx Sync the behavior of exhaustive_mesh_search Change-Id: Ib1ac6f57519eb4da93e7c75b0c26a372ffc5d524 --- diff --git a/vp9/encoder/vp9_mcomp.c b/vp9/encoder/vp9_mcomp.c index 53f2a0c6b..70cbb5c25 100644 --- a/vp9/encoder/vp9_mcomp.c +++ b/vp9/encoder/vp9_mcomp.c @@ -2003,7 +2003,7 @@ static int64_t exhaustive_mesh_search_single_step( } } } else { - for (i = 0; i < end_col - c; ++i) { + for (i = 0; i <= end_col - c; ++i) { const MV mv = { r, c + i }; int64_t sad = (int64_t)fn_ptr->sdf(src->buf, src->stride,