[x265] [PATCH] asm: intra_pred_ang4_26_sse2
chen
chenm003 at 163.com
Sun Apr 5 05:56:25 CEST 2015
At 2015-04-05 03:05:59,dtyx265 at gmail.com wrote:
># HG changeset patch
># User David T Yuen <dtyx265 at gmail.com>
># Date 1428173713 25200
># Node ID 35aec3dbe0525cad654f1a9b777a7466cce944ee
># Parent 79611624ed8fcaa312473687567ffde76543c417
>asm: intra_pred_ang4_26_sse2
>
>changed r1 to r1d to reduce code size
>
>diff -r 79611624ed8f -r 35aec3dbe052 source/common/x86/intrapred16.asm
>--- a/source/common/x86/intrapred16.asm Sat Apr 04 11:42:34 2015 -0700
>+++ b/source/common/x86/intrapred16.asm Sat Apr 04 11:55:13 2015 -0700
>@@ -949,7 +949,7 @@
>
> cglobal intra_pred_ang4_26, 3,3,3
> movh m0, [r2 + 2] ; [8 7 6 5 4 3 2 1]
>- add r1, r1
>+ add r1d, r1d
extra space?
> ; store
> movh [r0], m0
> movh [r0 + r1], m0
>_______________________________________________
>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/20150405/80ec695d/attachment.html>
More information about the x265-devel
mailing list