X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;ds=sidebyside;f=vp9%2Fencoder%2Fx86%2Fvp9_error_sse2.asm;h=7beec130abe252b2bcd1be9d4bbbb1c3618bf629;hb=fad865c54ad99ada3e53ea4a290688f0c56aa15d;hp=11d473b2dfa053080805703a1b1b509d1cd24917;hpb=4f69df9969745c3bec295edbb5514a2cc04c7e26;p=libvpx diff --git a/vp9/encoder/x86/vp9_error_sse2.asm b/vp9/encoder/x86/vp9_error_sse2.asm index 11d473b2d..7beec130a 100644 --- a/vp9/encoder/x86/vp9_error_sse2.asm +++ b/vp9/encoder/x86/vp9_error_sse2.asm @@ -58,7 +58,7 @@ cglobal block_error, 3, 3, 8, uqc, dqc, size, ssz movhlps m7, m6 paddq m4, m5 paddq m6, m7 -%if ARCH_X86_64 +%if VPX_ARCH_X86_64 movq rax, m4 movq [sszq], m6 %else @@ -105,7 +105,7 @@ cglobal block_error_fp, 3, 3, 6, uqc, dqc, size ; accumulate horizontally and store in return value movhlps m5, m4 paddq m4, m5 -%if ARCH_X86_64 +%if VPX_ARCH_X86_64 movq rax, m4 %else pshufd m5, m4, 0x1