[x265] [PATCH] asm: added 16bpp support for dct[4x4, 8x8], idct4x4, dst4x4 and idst4x4 primitives

Dnyaneshwar Gorade dnyaneshwar at multicorewareinc.com
Thu Feb 20 05:47:54 CET 2014


ohh, I forgot to modify it like mova m6, [const]. I will send modification
patch.

---
Dnyaneshwar G


On Wed, Feb 19, 2014 at 11:10 PM, chen <chenm003 at 163.com> wrote:

> >@@ -365,11 +360,18 @@
> > ;void idst4(int32_t *src, int16_t *dst, intptr_t stride)
> > ;-------------------------------------------------------
> > INIT_XMM sse2
> >-cglobal idst4, 3, 4, 6
> >-
> >+cglobal idst4, 3, 4, 7
> >+%if BIT_DEPTH == 8
> >+  %define m6  [pd_2048]
> >+  %define IDCT4_SHIFT 12
> >+%elif BIT_DEPTH == 10
> >+  %define m6  [pd_512]
> >+  %define IDCT4_SHIFT 10
> >+%else
> >+  %error Unsupported BIT_DEPTH!
> >+%endif
> why do a new define on register name macro?
>
> _______________________________________________
> 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/87ae393c/attachment.html>


More information about the x265-devel mailing list