Lines Matching refs:dst1
209 uint8_t *dst1 = dst1_base + align;
217 memcpy(dst1, dst, sz * PIXEL_STRIDE);
220 call_new(dst1, subcoef1, PIXEL_STRIDE);
221 if (memcmp(dst0, dst1, sz * PIXEL_STRIDE) ||
224 bench_new(dst1, subcoef1, sz * SIZEOF_PIXEL);
237 LOCAL_ALIGNED_16(uint8_t, dst1, [16 * 16 * 2]);
306 memcpy(dst1, dst_full, 16 * 16 * SIZEOF_PIXEL);
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);
323 LOCAL_ALIGNED_16(uint8_t, dst1, [32 * 16 * 2]);
355 memcpy(dst1, dst, 32 * 16 * 2); \
358 call_new(dst1 + off, 32, alphas[j], betas[j], tc0[j]); \
359 if (memcmp(dst0, dst1, 32 * 16 * SIZEOF_PIXEL)) { \
365 bench_new(dst1, 32, alphas[j], betas[j], tc0[j]); \
388 LOCAL_ALIGNED_16(uint8_t, dst1, [32 * 16 * 2]);
415 memcpy(dst1, dst, 32 * 16 * 2); \
418 call_new(dst1 + off, 32, alphas[j], betas[j]); \
419 if (memcmp(dst0, dst1, 32 * 16 * SIZEOF_PIXEL)) { \
424 bench_new(dst1, 32, alphas[j], betas[j]); \