]> granicus.if.org Git - libvpx/commit
vp8 bilinear: ensure temp array is aligned
authorJohann <johann.koenig@duck.com>
Mon, 29 Oct 2018 16:21:15 +0000 (09:21 -0700)
committerJohann <johann.koenig@duck.com>
Mon, 29 Oct 2018 16:21:21 +0000 (09:21 -0700)
commit4cba6ce198a2fc49631b465e10f4997048eef824
treec14106f6794a6f1c8cb3fdf6ea94d5098cb6e76f
parentc0f71b4e9c3be54b964ac39022c084b49729de8c
vp8 bilinear: ensure temp array is aligned

Loads and stores to this array require 16 byte alignment.

BUG=webm:1570

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