[x265] [PATCH] asm: correct improper macro
chen
chenm003 at 163.com
Thu Feb 20 16:57:50 CET 2014
right
At 2014-02-20 16:35:56,dnyaneshwar at multicorewareinc.com wrote:
># 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!
>_______________________________________________
>x265-devel mailing list
>x265-devel at videolan.org
>https://mailman.videolan.org/listinfo/x265-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20140220/74d629fe/attachment.html>
More information about the x265-devel
mailing list