remove dead code, add missing RESTORE_XMM
authorJohann <johannkoenig@google.com>
Fri, 15 Apr 2011 14:11:53 +0000 (10:11 -0400)
committerJohann <johannkoenig@google.com>
Fri, 15 Apr 2011 14:11:53 +0000 (10:11 -0400)
commit487c0299c98f421110728e70049623ce30818da1
treec2530e09617bf79131147e91242f46828e378209
parenta3399291ad0350e57cdce62369cb9bf196ec1ebb
remove dead code, add missing RESTORE_XMM

vp8_filter_block1d16_h4_ssse3 was never called

because UNSHADOW_ARGS moves the stack by 'mov rsp, rbp', the issue was
masked. however, if/when win64 used those registers for persistant data,
issues could/will arise.

Change-Id: I56d6effca0aeba1f86082689771cb10145d39651
vp8/common/x86/subpixel_ssse3.asm