[x265] [PATCH Review Only] filterHorizontal_p_p_4, 4x4 asm code
chen
chenm003 at 163.com
Tue Oct 8 08:14:55 CEST 2013
+;-----------------------------------------------------------------------------
+; void filterHorizontal_p_p_4(pixel *src, intptr_t srcStride, pixel *dst, intptr_t dstStride, int width, int height, short const *coeff)
I assume this comment is out of date? you shouldn't need to pass width and height
+;-----------------------------------------------------------------------------
+INIT_XMM sse4
+cglobal filterHorizontal_p_p_4, 4, 5, 5, src, srcstride, dst, dststride
+ mov r4, r6m
They use r6m, so the comment is right, maybe need sync the code
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20131008/18ac7275/attachment.html>
More information about the x265-devel
mailing list