[x265] [PATCH] asm: routines for chroma vps filter functions for 2x4 and 2x8 block sizes

2013-11-14 Thread nabajit
# HG changeset patch # User Nabajit Deka # Date 1384426801 -19800 # Thu Nov 14 16:30:01 2013 +0530 # Node ID 373fa609f3309420e5d5a9b3227d41757d315ac5 # Parent 5683ee5b793cca5956f1e44e4e0bb3d6be70e942 asm: routines for chroma vps filter functions for 2x4 and 2x8 block sizes diff -r

Re: [x265] [PATCH] asm: routines for chroma vps filter functions for 2x4 and 2x8 block sizes

2013-11-14 Thread Steve Borho
On Thu, Nov 14, 2013 at 5:00 AM, naba...@multicorewareinc.com wrote: # HG changeset patch # User Nabajit Deka # Date 1384426801 -19800 # Thu Nov 14 16:30:01 2013 +0530 # Node ID 373fa609f3309420e5d5a9b3227d41757d315ac5 # Parent 5683ee5b793cca5956f1e44e4e0bb3d6be70e942 asm: routines

Re: [x265] [PATCH] asm: routines for chroma vps filter functions for 2x4 and 2x8 block sizes

2013-11-13 Thread chen
+; +;void interp_4tap_vert_ps_2x4(pixel *src, intptr_t srcStride, int16_t *dst, intptr_t dstStride, int coeffIdx)