On Fri, Aug 9, 2024 at 1:26 PM Ramiro Polla wrote: > > --- > tests/checkasm/Makefile | 2 +- > tests/checkasm/checkasm.c | 1 + > tests/checkasm/checkasm.h | 1 + > tests/checkasm/sw_yuv2yuv.c | 131 ++++++++++++++++++++++++++++++++++++ > 4 files changed, 134 insertions(+), 1 deletion(-) > create mode 100644 tests/checkasm/sw_yuv2yuv.c New patch attached improves the tests by converting 4 lines instead of 2 and by not setting stride to be equal to width.