[x265] [PATCH] asm: added missing sa8d blocks sizes to asm-primitives

Steve Borho steve at borho.org
Sun Dec 1 19:43:39 CET 2013


On Nov 28, 2013, at 6:05 AM, Yuvaraj at multicorewareinc.com wrote:

> # HG changeset patch
> # User Yuvaraj Venkatesh <yuvaraj at multicorewareinc.com>
> # Date 1385640311 -19800
> #      Thu Nov 28 17:35:11 2013 +0530
> # Node ID 12466d9e0b8fb5b0ca048d9939d23046848dc23a
> # Parent  2ba6c26c9febdc8c57d3014c0cf98d4897d3992d
> asm: added missing sa8d blocks sizes to asm-primitives
> 
> diff -r 2ba6c26c9feb -r 12466d9e0b8f source/common/x86/asm-primitives.cpp
> --- a/source/common/x86/asm-primitives.cpp	Thu Nov 28 15:04:04 2013 +0530
> +++ b/source/common/x86/asm-primitives.cpp	Thu Nov 28 17:35:11 2013 +0530
> @@ -117,6 +117,8 @@
>     p.sse_ss[LUMA_64x64]   = x265_pixel_ssd_ss_64x64_ ## cpu;
> 
> #define SA8D_INTER_FROM_BLOCK(cpu) \
> +    p.sa8d_inter[LUMA_8x8]  = x265_pixel_sa8d_8x8_ ## cpu; \
> +    p.sa8d_inter[LUMA_16x16]  = x265_pixel_sa8d_16x16_ ## cpu; \

these are taken care of by primitives.cpp after all the setup functions are called

>     p.sa8d_inter[LUMA_4x8]  = x265_pixel_satd_4x8_ ## cpu; \
>     p.sa8d_inter[LUMA_8x4]  = x265_pixel_satd_8x4_ ## cpu; \
>     p.sa8d_inter[LUMA_4x16]  = x265_pixel_satd_4x16_ ## cpu; \
> _______________________________________________
> x265-devel mailing list
> x265-devel at videolan.org
> https://mailman.videolan.org/listinfo/x265-devel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20131201/2cc77c09/attachment.sig>


More information about the x265-devel mailing list