Re: [FFmpeg-devel] [PATCH] checkasm: add vp9 MC tests.
On Tue, Sep 15, 2015 at 8:48 PM, Ronald S. Bultje wrote: \ > +if (op == 1) {\ > +for (k = 0; k < DST_BUF_SIZE; k += 4) { \ > +uint32_t r = rnd() & mask;\ > +
[FFmpeg-devel] [PATCH] checkasm: add vp9 MC tests.
--- tests/checkasm/Makefile | 1 + tests/checkasm/checkasm.c | 3 ++ tests/checkasm/checkasm.h | 1 + tests/checkasm/vp9.c | 110 ++ 4 files changed, 115 insertions(+) create mode 100644 tests/checkasm/vp9.c diff --git a/tests/checkasm/Mak