| Index: source/libvpx/vp9/common/vp9_filter.c
|
| diff --git a/source/libvpx/vp9/common/vp9_filter.c b/source/libvpx/vp9/common/vp9_filter.c
|
| index afcdf22ec63ed9e76646339e39a20d91c1b1eba2..b256d4af5007e4cd9d36532421e9452ae20ae614 100644
|
| --- a/source/libvpx/vp9/common/vp9_filter.c
|
| +++ b/source/libvpx/vp9/common/vp9_filter.c
|
| @@ -12,7 +12,8 @@
|
|
|
| #include "vp9/common/vp9_filter.h"
|
|
|
| -const InterpKernel vp9_bilinear_filters[SUBPEL_SHIFTS] = {
|
| +DECLARE_ALIGNED(256, const InterpKernel,
|
| + vp9_bilinear_filters[SUBPEL_SHIFTS]) = {
|
| { 0, 0, 0, 128, 0, 0, 0, 0 },
|
| { 0, 0, 0, 120, 8, 0, 0, 0 },
|
| { 0, 0, 0, 112, 16, 0, 0, 0 },
|
|
|