NUM_SAMPLES        55 tests/checkasm/v210dec.c         uint32_t src0[NUM_SAMPLES/3];
NUM_SAMPLES        56 tests/checkasm/v210dec.c         uint32_t src1[NUM_SAMPLES/3];
NUM_SAMPLES        57 tests/checkasm/v210dec.c         uint16_t y0[NUM_SAMPLES/2];
NUM_SAMPLES        58 tests/checkasm/v210dec.c         uint16_t y1[NUM_SAMPLES/2];
NUM_SAMPLES        59 tests/checkasm/v210dec.c         uint16_t u0[NUM_SAMPLES/4];
NUM_SAMPLES        60 tests/checkasm/v210dec.c         uint16_t u1[NUM_SAMPLES/4];
NUM_SAMPLES        61 tests/checkasm/v210dec.c         uint16_t v0[NUM_SAMPLES/4];
NUM_SAMPLES        62 tests/checkasm/v210dec.c         uint16_t v1[NUM_SAMPLES/4];
NUM_SAMPLES        64 tests/checkasm/v210dec.c         const int pixels = NUM_SAMPLES / 2 / 6 * 6;
NUM_SAMPLES        66 tests/checkasm/v210dec.c         randomize_buffers(src0, src1, NUM_SAMPLES/3);
NUM_SAMPLES        69 tests/checkasm/v210dec.c         if (memcmp(src0, src1, NUM_SAMPLES/3 * sizeof src0[0])