[x265] [PATCH] added pixel_add_ps chroma function definitions

praveen at multicorewareinc.com praveen at multicorewareinc.com
Wed Nov 20 13:45:34 CET 2013


# HG changeset patch
# User Praveen Tiwari
# Date 1384951522 -19800
# Node ID 14839d89530331e66ed150168617a814bd0ac4f5
# Parent  e7b1b81bbff43bcd881b75fbc30c0d56ba855dbf
added pixel_add_ps chroma function definitions

diff -r e7b1b81bbff4 -r 14839d895303 source/common/x86/pixel.h
--- a/source/common/x86/pixel.h	Wed Nov 20 17:37:14 2013 +0530
+++ b/source/common/x86/pixel.h	Wed Nov 20 18:15:22 2013 +0530
@@ -284,7 +284,8 @@
 DECL_ADS(1, avx2)
 
 #define SETUP_CHROMA_PIXELSUB_PS_FUNC(W, H, cpu) \
-    void x265_pixel_sub_ps_ ## W ## x ## H ## cpu(int16_t *dest, intptr_t destride, pixel *src0, pixel *src1, intptr_t srcstride0, intptr_t srcstride1);
+    void x265_pixel_sub_ps_ ## W ## x ## H ## cpu(int16_t *dest, intptr_t destride, pixel *src0, pixel *src1, intptr_t srcstride0, intptr_t srcstride1);\
+    void x265_pixel_add_ps_ ## W ## x ## H ## cpu(pixel *dest, int destride, pixel *src0, int16_t *scr1, int srcStride0, int srcStride1);
 
 #define CHROMA_PIXELSUB_DEF(cpu) \
     SETUP_CHROMA_PIXELSUB_PS_FUNC(4, 4, cpu); \


More information about the x265-devel mailing list