]> granicus.if.org Git - libvpx/commit
vp8: align left pixel array by 16 bytes.
authorRonald S. Bultje <rsbultje@gmail.com>
Thu, 1 Oct 2015 12:30:49 +0000 (08:30 -0400)
committerRonald S. Bultje <rsbultje@gmail.com>
Thu, 1 Oct 2015 14:11:54 +0000 (10:11 -0400)
commitb1d85bf60f85a5b2f049d6a13c69f129ab740b7a
tree110573716075de6c002173a1b5ae3068a1ac0380
parent20f43ddfdeceb001284707f4ff68e78c9aaebb47
vp8: align left pixel array by 16 bytes.

The x86 simd expects this. Identical alignment can be found in vp9
and vp10 also. Fixes crashes on 32bit x86 systems.

Change-Id: I229c88d8f696acbef5337c8fa9503528df4e1c40
vp8/common/reconintra.c