vp8_fdct4x4 test: fix segfault again
authorJohann <johannkoenig@google.com>
Tue, 21 Feb 2017 19:12:45 +0000 (11:12 -0800)
committerJohann Koenig <johannkoenig@google.com>
Wed, 22 Feb 2017 18:29:11 +0000 (18:29 +0000)
commit672100a84e11a4ce61edcfa080f994d887a5d8b3
treeefd5ab4c5176ce5263ce573d027df503ec3f273e
parent62a332160f322ba3621d52eb6fa02bc24cf851ce
vp8_fdct4x4 test: fix segfault again

The output needs to be aligned. Input is read with 'movq' not 'movqda'
so it is not expected to be aligned.

Change-Id: Ibd48a84c1785917a6a97c3689a05322abba486b4
test/vp8_fdct4x4_test.cc