[x265] [PATCH] asm: declare asm function pointers for sad_64xN partitions

dnyaneshwar at multicorewareinc.com dnyaneshwar at multicorewareinc.com
Wed Oct 30 08:25:19 CET 2013


# HG changeset patch
# User Dnyaneshwar Gorade <dnyaneshwar at multicorewareinc.com>
# Date 1383117858 -19800
#      Wed Oct 30 12:54:18 2013 +0530
# Node ID e574ab7ef2d0dffc20a28097fc04cad30f742f0b
# Parent  abf8286f3fa9a153220f17674803c9a0d985b990
asm: declare asm function pointers for sad_64xN partitions

diff -r abf8286f3fa9 -r e574ab7ef2d0 source/common/x86/pixel.h
--- a/source/common/x86/pixel.h	Wed Oct 30 00:31:46 2013 -0500
+++ b/source/common/x86/pixel.h	Wed Oct 30 12:54:18 2013 +0530
@@ -47,6 +47,10 @@
     ret x265_pixel_ ## name ## _32x24_ ## suffix args; \
     ret x265_pixel_ ## name ## _32x32_ ## suffix args; \
     ret x265_pixel_ ## name ## _32x64_ ## suffix args; \
+    ret x265_pixel_ ## name ## _64x16_ ## suffix args; \
+    ret x265_pixel_ ## name ## _64x32_ ## suffix args; \
+    ret x265_pixel_ ## name ## _64x48_ ## suffix args; \
+    ret x265_pixel_ ## name ## _64x64_ ## suffix args; \
 
 #define DECL_X1(name, suffix) \
     DECL_PIXELS(int, name, suffix, (pixel *, intptr_t, pixel *, intptr_t))


More information about the x265-devel mailing list