[x265] [PATCH] asm: assembly code for pixel_sad_x3_48x64

chen chenm003 at 163.com
Thu Nov 7 08:08:16 CET 2013


>+    movu    m6,  [r3 + 32 + r4]
>+    psadbw  m6,  m5
>+    paddd   m2,  m6

Here we dont need m5 anymore, so we can reduce a instruction
psadbw m5, [r3 + 32 + r4]
paddd m2, m5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20131107/b35127e7/attachment.html>


More information about the x265-devel mailing list