[x265] [PATCH] all_angs_pred_32x32, asm code improvement

Praveen Tiwari praveen at multicorewareinc.com
Thu Feb 27 05:56:42 CET 2014


Oh, just left by mistake. I commented old code to test correctness of new
code, I will update the patch.


On Thu, Feb 27, 2014 at 3:33 AM, chen <chenm003 at 163.com> wrote:

> At 2014-02-26 20:28:52,praveen at multicorewareinc.com wrote:
>
> ># HG changeset patch
> ># User Praveen Tiwari
> ># Date 1393417704 -19800
> ># Node ID 7de2875c614058648475618d2b9faa5a9611225b
> ># Parent  53c7e3e789435a3e7b51f1ad61e9425f59ea6cf7
> >all_angs_pred_32x32, asm code improvement
> >
> >@@ -23679,8 +23563,9 @@
> > pmaddubsw     m3,    m1,          m6
> > pmulhrsw      m3,    m7
> > pslldq        m4,    2
> >-pinsrb        m4,    [r4 + 8],   1
> >-pinsrb        m4,    [r4 + 7],   0
> >+;pinsrb        m4,    [r4 + 8],   1
> >+;pinsrb        m4,    [r4 + 7],   0
> >+pinsrw        m4,     [r4 + 7],  0
> please remove unused comment line
>
> _______________________________________________
> x265-devel mailing list
> x265-devel at videolan.org
> https://mailman.videolan.org/listinfo/x265-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20140227/63ab7b42/attachment.html>


More information about the x265-devel mailing list