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

yuvaraj at multicorewareinc.com yuvaraj at multicorewareinc.com
Thu Nov 28 13:05:25 CET 2013


# 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; \
     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; \


More information about the x265-devel mailing list