ref: 22a8474fe7ec30d96f746dc6e4b23771758c071e
parent: b37494cfb51ff8c073e22b338a2b46cc7c9fa387
author: James Zern <[email protected]>
date: Sat Aug 1 07:45:49 EDT 2015
vpx_convolve_copy_sse2: fix win64 xmm6-7 need to be stored Change-Id: I6c51559598d335946ec91be6246b49589c63b724
--- a/vpx_dsp/x86/vpx_convolve_copy_sse2.asm
+++ b/vpx_dsp/x86/vpx_convolve_copy_sse2.asm
@@ -16,7 +16,7 @@
%macro convolve_fn 1
INIT_XMM sse2
-cglobal convolve_%1, 4, 7, 4, src, src_stride, dst, dst_stride, \
+cglobal convolve_%1, 4, 7, 8, src, src_stride, dst, dst_stride, \
fx, fxs, fy, fys, w, h
mov r4d, dword wm
cmp r4d, 4