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

praveen at multicorewareinc.com praveen at multicorewareinc.com
Wed Oct 23 17:04:02 CEST 2013


# HG changeset patch
# User Praveen Tiwari
# Date 1382540627 -19800
# Node ID 69435d04aa68d1c2c6932f0074eb3b6264e2eaad
# Parent  dccd8e5e1850d1885a8cd321926725542e1afe22
asm code for interp_4tap_vert_pp_8x16

diff -r dccd8e5e1850 -r 69435d04aa68 source/common/x86/ipfilter8.asm
--- a/source/common/x86/ipfilter8.asm	Wed Oct 23 20:31:01 2013 +0530
+++ b/source/common/x86/ipfilter8.asm	Wed Oct 23 20:33:47 2013 +0530
@@ -886,3 +886,8 @@
 ; void interp_4tap_vert_pp_8x8(pixel *src, intptr_t srcStride, pixel *dst, intptr_t dstStride, int coeffIdx)
 ;-----------------------------------------------------------------------------
 FILTER_V8_W8_H8_H16_H32 8, 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


More information about the x265-devel mailing list