[x265] [PATCH Review Only] asm code for interp_4tap_vert_pp_8x32

praveen at multicorewareinc.com praveen at multicorewareinc.com
Wed Oct 23 17:08:05 CEST 2013


# HG changeset patch
# User Praveen Tiwari
# Date 1382540872 -19800
# Node ID 9f88ab288055a61e4cabb3784f482069830869a2
# Parent  69435d04aa68d1c2c6932f0074eb3b6264e2eaad
asm code for interp_4tap_vert_pp_8x32

diff -r 69435d04aa68 -r 9f88ab288055 source/common/x86/ipfilter8.asm
--- a/source/common/x86/ipfilter8.asm	Wed Oct 23 20:33:47 2013 +0530
+++ b/source/common/x86/ipfilter8.asm	Wed Oct 23 20:37:52 2013 +0530
@@ -891,3 +891,8 @@
 ; void interp_4tap_vert_pp_8x16(pixel *src, intptr_t srcStride, pixel *dst, intptr_t dstStride, int coeffIdx)
 ;-----------------------------------------------------------------------------
 FILTER_V8_W8_H8_H16_H32 8, 16
+
+;-----------------------------------------------------------------------------
+; void interp_4tap_vert_pp_8x32(pixel *src, intptr_t srcStride, pixel *dst, intptr_t dstStride, int coeffIdx)
+;-----------------------------------------------------------------------------
+FILTER_V8_W8_H8_H16_H32 8, 32


More information about the x265-devel mailing list