vp8 bilinear: ensure non-16x16 arrays are aligned
authorJohann Koenig <johannkoenig@google.com>
Mon, 29 Oct 2018 18:59:56 +0000 (18:59 +0000)
committerJohann Koenig <johannkoenig@google.com>
Mon, 29 Oct 2018 19:01:50 +0000 (19:01 +0000)
commit03ff6c837af094e70f7b2f3ceb8527372f1d8e0f
tree4a7475133ad4f6fe10003041e0f4d5c5854b14d3
parent4cba6ce198a2fc49631b465e10f4997048eef824
vp8 bilinear: ensure non-16x16 arrays are aligned

The 16x16 array was changed to aligned. The 8xN and 4x4 functions
use aligned loads/stores on their internal arrays as well.

BUG=webm:1570

Change-Id: I9cfe53d7c8ed76e8854c2688eb9a509b876471d8
vp8/common/x86/bilinear_filter_sse2.c