Fix use of uninitialized memory in CONFIG_ABOVESPREFMV
authorJohn Koleszar <jkoleszar@google.com>
Thu, 28 Feb 2013 21:45:47 +0000 (13:45 -0800)
committerJohn Koleszar <jkoleszar@google.com>
Thu, 28 Feb 2013 21:48:58 +0000 (13:48 -0800)
commit2eab4372fc3f80c0c9909a9a35e7e1f1336d6922
tree33665960b4b2a268c03dcbe43a947aa41451082f
parentb6a3062d8181c48b8056458f12950bb6fd08628f
Fix use of uninitialized memory in CONFIG_ABOVESPREFMV

The ABOVESPREFMV experiment uses four pixels to the left of the
current block, which don't exist for the left-most column.

Change-Id: I4cf0b42ae8f54c0b3e7b1ed8755704b74fafc39c
vp9/common/vp9_findnearmv.c