Lines Matching refs:NUM_SAMPLES
36 #define NUM_SAMPLES 2048
55 uint32_t src0[NUM_SAMPLES/3];
56 uint32_t src1[NUM_SAMPLES/3];
57 uint16_t y0[NUM_SAMPLES/2];
58 uint16_t y1[NUM_SAMPLES/2];
59 uint16_t u0[NUM_SAMPLES/4];
60 uint16_t u1[NUM_SAMPLES/4];
61 uint16_t v0[NUM_SAMPLES/4];
62 uint16_t v1[NUM_SAMPLES/4];
64 const int pixels = NUM_SAMPLES / 2 / 6 * 6;
66 randomize_buffers(src0, src1, NUM_SAMPLES/3);
69 if (memcmp(src0, src1, NUM_SAMPLES/3 * sizeof src0[0])