Fix incorrect 32x64, 16x32 subpel variance
authorJohn Koleszar <jkoleszar@google.com>
Mon, 29 Apr 2013 19:59:30 +0000 (12:59 -0700)
committerJohn Koleszar <jkoleszar@google.com>
Mon, 29 Apr 2013 19:59:30 +0000 (12:59 -0700)
commit907541ee1848e4b9e9e2b929a486d5a0edbd62d5
tree3c339422d620edb6a53f651add5f7b53d4ce4e56
parent5c24469c2cdca50c27cfa0d5d718e10be2683a37
Fix incorrect 32x64, 16x32 subpel variance

Incorrect strides caused use of uninitialized stack data.

Change-Id: Ifc12174285311bcf0453987d4283e91141f979ef
vp9/encoder/vp9_variance_c.c