[x265] [PATCH Review Only] Generic Luma filter macro to generate necessary code for any width and height

chen chenm003 at 163.com
Sat Oct 12 05:27:32 CEST 2013


>+.loop
>+    xor r5, r5
>+%rep %1 / 8 
>+    FILTER_H8_W8  m0, m1, m2
>+    add           r5, 8
>+%endrep
>+
>+%rep (%1 % 8) / 4
>+    FILTER_H8_W4  m0, m1, m2
>+    add           r5, 8
>+%endrep
[MC]  add r5, 4 ?
 
>+
>+ %rep(%1 % 4)
>+    FILTER_H8_W1  m0, m1, m2
>+ %endrep
[MC] update r5 ?
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20131012/1772ab87/attachment.html>


More information about the x265-devel mailing list