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

dnyaneshwar at multicorewareinc.com dnyaneshwar at multicorewareinc.com
Tue Oct 29 13:31:34 CET 2013


# HG changeset patch
# User Dnyaneshwar Gorade <dnyaneshwar at multicorewareinc.com>
# Date 1383049832 -19800
#      Tue Oct 29 18:00:32 2013 +0530
# Node ID 37e51e1fdcde4a536f92f53c609f5604e8786cd3
# Parent  4c618e33c25f98597d529d4e6ec9fb899bdc1d41
asm: declare asm function pointers for sad_32xN partitions

diff -r 4c618e33c25f -r 37e51e1fdcde source/common/x86/pixel.h
--- a/source/common/x86/pixel.h	Tue Oct 29 11:16:32 2013 +0530
+++ b/source/common/x86/pixel.h	Tue Oct 29 18:00:32 2013 +0530
@@ -42,6 +42,11 @@
     ret x265_pixel_ ## name ## _4x16_ ## suffix args; \
     ret x265_pixel_ ## name ## _4x8_ ## suffix args; \
     ret x265_pixel_ ## name ## _4x4_ ## suffix args; \
+    ret x265_pixel_ ## name ## _32x8_ ## suffix args; \
+    ret x265_pixel_ ## name ## _32x16_ ## suffix args; \
+    ret x265_pixel_ ## name ## _32x24_ ## suffix args; \
+    ret x265_pixel_ ## name ## _32x32_ ## suffix args; \
+    ret x265_pixel_ ## name ## _32x64_ ## 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