[x265] [PATCH] asm: added 10bpp primitives for chroma_vpp and chroma_vps filters
murugan at multicorewareinc.com
murugan at multicorewareinc.com
Wed Mar 5 14:20:49 CET 2014
# HG changeset patch
# User Murugan Vairavel <murugan at multicorewareinc.com>
# Date 1394025626 -19800
# Wed Mar 05 18:50:26 2014 +0530
# Node ID 820704b966e9c0fa3537a5789c92d897435ae304
# Parent 724fb2004447992ea22be5edcf3c8a908118d831
asm: added 10bpp primitives for chroma_vpp and chroma_vps filters
diff -r 724fb2004447 -r 820704b966e9 source/common/x86/asm-primitives.cpp
--- a/source/common/x86/asm-primitives.cpp Wed Mar 05 16:36:31 2014 +0530
+++ b/source/common/x86/asm-primitives.cpp Wed Mar 05 18:50:26 2014 +0530
@@ -820,6 +820,8 @@
#define SETUP_CHROMA_VERT_FUNC_DEF(W, H, cpu) \
p.chroma[X265_CSP_I420].filter_vss[CHROMA_ ## W ## x ## H] = x265_interp_4tap_vert_ss_ ## W ## x ## H ## cpu; \
+ p.chroma[X265_CSP_I420].filter_vpp[CHROMA_ ## W ## x ## H] = x265_interp_4tap_vert_pp_ ## W ## x ## H ## cpu; \
+ p.chroma[X265_CSP_I420].filter_vps[CHROMA_ ## W ## x ## H] = x265_interp_4tap_vert_ps_ ## W ## x ## H ## cpu; \
p.chroma[X265_CSP_I420].filter_vsp[CHROMA_ ## W ## x ## H] = x265_interp_4tap_vert_sp_ ## W ## x ## H ## cpu;
#define CHROMA_VERT_FILTERS(cpu) \
More information about the x265-devel
mailing list