Lines Matching refs:SIZEOF_PIXEL
35 #define SIZEOF_PIXEL ((bit_depth + 7) / 8)
208 for (align = 0; align < 16; align += sz * SIZEOF_PIXEL) {
224 bench_new(dst1, subcoef1, sz * SIZEOF_PIXEL);
277 int offset = (block_y * 16 + block_x) * SIZEOF_PIXEL;
287 memcpy(&dst_full[offset + y * 16 * SIZEOF_PIXEL],
288 &dst[PIXEL_STRIDE * y], sz * SIZEOF_PIXEL);
305 memcpy(dst0, dst_full, 16 * 16 * SIZEOF_PIXEL);
306 memcpy(dst1, dst_full, 16 * 16 * SIZEOF_PIXEL);
307 call_ref(dst0, block_offset, coef0, 16 * SIZEOF_PIXEL, nnzc);
308 call_new(dst1, block_offset, coef1, 16 * SIZEOF_PIXEL, nnzc);
309 if (memcmp(dst0, dst1, 16 * 16 * SIZEOF_PIXEL) ||
312 bench_new(dst1, block_offset, coef1, 16 * SIZEOF_PIXEL, nnzc);
359 if (memcmp(dst0, dst1, 32 * 16 * SIZEOF_PIXEL)) { \
419 if (memcmp(dst0, dst1, 32 * 16 * SIZEOF_PIXEL)) { \