[x265] [PATCH] asm: correct improper macro
dnyaneshwar at multicorewareinc.com
dnyaneshwar at multicorewareinc.com
Thu Feb 20 09:35:56 CET 2014
# HG changeset patch
# User Dnyaneshwar G <dnyaneshwar at multicorewareinc.com>
# Date 1392885326 -19800
# Thu Feb 20 14:05:26 2014 +0530
# Node ID 7e1d61e583b8c28280fe79bc29e2f4a66579d061
# Parent 3389061b75a486e004409ab628c46fed39d03b72
asm: correct improper macro
diff -r 3389061b75a4 -r 7e1d61e583b8 source/common/x86/dct8.asm
--- a/source/common/x86/dct8.asm Wed Feb 19 17:03:21 2014 -0600
+++ b/source/common/x86/dct8.asm Thu Feb 20 14:05:26 2014 +0530
@@ -362,10 +362,10 @@
INIT_XMM sse2
cglobal idst4, 3, 4, 7
%if BIT_DEPTH == 8
- %define m6 [pd_2048]
+ mova m6, [pd_2048]
%define IDCT4_SHIFT 12
%elif BIT_DEPTH == 10
- %define m6 [pd_512]
+ mova m6, [pd_512]
%define IDCT4_SHIFT 10
%else
%error Unsupported BIT_DEPTH!
More information about the x265-devel
mailing list