vp9_highbd_tm_predictor_16x16: fix win64
authorJames Zern <jzern@google.com>
Wed, 11 Feb 2015 03:30:58 +0000 (19:30 -0800)
committerJames Zern <jzern@google.com>
Wed, 11 Feb 2015 03:34:12 +0000 (19:34 -0800)
by saving xmm8; cglobal's xmm reg arg is 0-based

Change-Id: Ic8426ec9ac59ab4478716aa812452a6406794dcb

vp9/common/x86/vp9_high_intrapred_sse2.asm

index 721126c..b12d29c 100644 (file)
@@ -345,7 +345,7 @@ cglobal highbd_tm_predictor_8x8, 5, 6, 5, dst, stride, above, left, bps, one
 
 %if ARCH_X86_64
 INIT_XMM sse2
-cglobal highbd_tm_predictor_16x16, 5, 6, 8, dst, stride, above, left, bps, one
+cglobal highbd_tm_predictor_16x16, 5, 6, 9, dst, stride, above, left, bps, one
   movd                  m2, [aboveq-2]
   mova                  m0, [aboveq]
   mova                  m1, [aboveq+16]