[x265] [PATCH] asm: code for addAvg luma and chroma all sizes
chen
chenm003 at 163.com
Mon Jan 20 07:17:02 CET 2014
>+#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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20140120/dfcf53c2/attachment.html>
More information about the x265-devel
mailing list