[x265] [PATCH] asm: code for addAvg luma and chroma all sizes

Steve Borho steve at borho.org
Thu Jan 23 20:54:09 CET 2014


On Mon, Jan 20, 2014 at 12:17 AM, chen <chenm003 at 163.com> wrote:

> >+#define ADDAVG(func, args)  \
> >+    void func ## _sse2 args; \
> >+    void func ## _sse4 args;
>
> >+ADDAVG(x265_addAvg_2x4,    (int16_t*, int16_t*, pixel*, intptr_t, intptr_t, intptr_t))
> I suggest put prefix x265_ into macro, so we can simple modify it in future
> other code is fine.
>


The function arguments are also all the same, they should be in the macro.

-- 
Steve Borho
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20140123/0df53922/attachment.html>


More information about the x265-devel mailing list