vpx_subpixel_8t_ssse3: fix reg counts/access
authorJames Zern <jzern@google.com>
Thu, 17 Sep 2015 00:33:34 +0000 (17:33 -0700)
committerJames Zern <jzern@google.com>
Thu, 17 Sep 2015 19:27:34 +0000 (12:27 -0700)
commit683b5a31617f0fc5a1f43b8f46343693774551ea
tree052f9bb288d8ffee36b24a828de43994bd17c986
parenta3df343cda2b6f3d554138ce5dae831e2f946d0c
vpx_subpixel_8t_ssse3: fix reg counts/access

fixes build on windows x64; previously 'heightq' i.e., the 64-bit register
was accessed when only the 32-bit value was needed. given this is from a
stack variable the upper bits were undefined.

+ bump register/xmm counts; users of SETUP_LOCAL_VARS touch xmm13 in
64-bit builds and filter_block1d16_v* uses one extra temp variable

Change-Id: I9c768c0b2047481d1d3b11c2e16b2f8de6eb0d80
vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm