ref: 719fe0bc5f8af9cd27314e96a6eead2710666050
parent: ad0f0cbc0c227da5ce64864d2c3d63e4cd49a2b2
author: Angie Chiang <angiebird@google.com>
date: Thu Jul 11 12:52:50 EDT 2019
Sync the behavior of exhaustive_mesh_search Change-Id: Ib1ac6f57519eb4da93e7c75b0c26a372ffc5d524
--- a/vp9/encoder/vp9_mcomp.c
+++ b/vp9/encoder/vp9_mcomp.c
@@ -2003,7 +2003,7 @@
}
}
} 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,