[x265] [PATCH] asm: assembly code for IntraAng32x32 all modes

chen chenm003 at 163.com
Mon Feb 3 18:20:24 CET 2014


>+    mova        m3,        [r3 - 6 * 16]              ; [10]
>+    mova        m6,        [r3 - 12 * 16]             ; [04]
>+    pmaddubsw   m4,        m0, m3
>+    pmulhrsw    m4,        m7
>+    pmaddubsw   m1,        m5, m6
>+    pmulhrsw    m1,        m7
>+    packuswb    m4,        m1
>+    mova        m3,        [r3 + 14 * 16]             ; [30]

the constant in m3 use only one time, don't need load into register
 pmaddubsw   m4,        m0,  [r3 - 6 * 16]              ; [10]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20140204/40b0b834/attachment.html>


More information about the x265-devel mailing list