+;-----------------------------------------------------------------------------
+; 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
_______________________________________________
x265-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/x265-devel

Reply via email to