]> granicus.if.org Git - libvpx/commit
inv_txfm_ssse3,butterfly: fix win32 abi compatibility
authorJames Zern <jzern@google.com>
Fri, 10 Mar 2017 07:29:54 +0000 (23:29 -0800)
committerJames Zern <jzern@google.com>
Sat, 11 Mar 2017 03:57:17 +0000 (19:57 -0800)
commit48fca113d1040192786bce3c630da6f648328f85
treeac3d7e5bbebc047264119245bb33130bc9a0bf68
parent0af189c00d48f92fbcc52c04d28af7a3af848d18
inv_txfm_ssse3,butterfly: fix win32 abi compatibility

only the first 3 parameters can be aligned to 16 as required by __m128i,
make them all pointers for consistency.

since:
07c48ccfe Improve idct32x32_34_add SSSE3 intrinsics performance

BUG=webm:1384

Change-Id: I0324f701e723a27cb470036a180693ba8829d01d
vpx_dsp/x86/inv_txfm_ssse3.c