[x265] [PATCH] created function declerations for chroma_vpp
praveen at multicorewareinc.com
praveen at multicorewareinc.com
Mon Oct 21 14:57:23 CEST 2013
# HG changeset patch
# User Praveen Tiwari
# Date 1382360233 -19800
# Node ID 5fbedc9da1c7201e1cac1c76fdbc5334e349a29d
# Parent 3666773b7ea1442b5222ea5ecf19d4d4ed140acc
created function declerations for chroma_vpp
diff -r 3666773b7ea1 -r 5fbedc9da1c7 source/common/x86/ipfilter8.h
--- a/source/common/x86/ipfilter8.h Mon Oct 21 18:14:24 2013 +0530
+++ b/source/common/x86/ipfilter8.h Mon Oct 21 18:27:13 2013 +0530
@@ -25,7 +25,8 @@
#define X265_IPFILTER8_H
#define SETUP_CHROMA_FUNC_DEF(W, H, cpu) \
- void x265_interp_4tap_horiz_pp_ ## W ## x ## H ## cpu(pixel * src, intptr_t srcStride, pixel * dst, intptr_t dstStride, int coeffIdx)
+ void x265_interp_4tap_horiz_pp_ ## W ## x ## H ## cpu(pixel * src, intptr_t srcStride, pixel * dst, intptr_t dstStride, int coeffIdx);\
+ void x265_interp_4tap_vert_pp_ ## W ## x ## H ## cpu(pixel * src, intptr_t srcStride, pixel * dst, intptr_t dstStride, int coeffIdx);
#define CHROMA_FILTERS(cpu) \
SETUP_CHROMA_FUNC_DEF(4, 4, cpu); \
More information about the x265-devel
mailing list