right
At 2014-02-20 16:35:56,[email protected] wrote: ># HG changeset patch ># User Dnyaneshwar G <[email protected]> ># 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! >_______________________________________________ >x265-devel mailing list >[email protected] >https://mailman.videolan.org/listinfo/x265-devel
_______________________________________________ x265-devel mailing list [email protected] https://mailman.videolan.org/listinfo/x265-devel
