shithub: libvpx

Download patch

ref: b4c4f6486244cc5e6817b37ef4a2e6983d0301c5
parent: 5a88271b09f2c9412a13dae2a282b2c82bce7552
author: Jim Bankoski <jimbankoski@google.com>
date: Thu Jun 6 04:59:22 EDT 2013

signs reverted

Change-Id: Ieface458c83eb6e7ee95595d9fc662f372117c9a

--- a/vp9/encoder/vp9_rdopt.c
+++ b/vp9/encoder/vp9_rdopt.c
@@ -2750,7 +2750,7 @@
     // should fix this either by making the motion search just work on
     // a representative block in the boundary ( first ) and then implement a
     // function that does sads when inside the border..
-    if (((mi_row + bhs) < cm->mi_rows || (mi_col + bws) < cm->mi_cols) &&
+    if (((mi_row + bhs) > cm->mi_rows || (mi_col + bws) > cm->mi_cols) &&
         this_mode == NEWMV) {
       continue;
     }