Lines Matching refs:dst1
208 uint8_t *dst1 = dst1_base + align; in check_idct() local
216 memcpy(dst1, dst, sz * PIXEL_STRIDE); in check_idct()
219 call_new(dst1, subcoef1, PIXEL_STRIDE); in check_idct()
220 if (memcmp(dst0, dst1, sz * PIXEL_STRIDE) || in check_idct()
223 bench_new(dst1, subcoef1, sz * SIZEOF_PIXEL); in check_idct()
236 LOCAL_ALIGNED_16(uint8_t, dst1, [16 * 16 * 2]); in check_idct_multiple()
305 memcpy(dst1, dst_full, 16 * 16 * SIZEOF_PIXEL); in check_idct_multiple()
307 call_new(dst1, block_offset, coef1, 16 * SIZEOF_PIXEL, nnzc); in check_idct_multiple()
308 if (memcmp(dst0, dst1, 16 * 16 * SIZEOF_PIXEL) || in check_idct_multiple()
311 bench_new(dst1, block_offset, coef1, 16 * SIZEOF_PIXEL, nnzc); in check_idct_multiple()
322 LOCAL_ALIGNED_16(uint8_t, dst1, [32 * 16 * 2]); in check_loop_filter()
354 memcpy(dst1, dst, 32 * 16 * 2); \ in check_loop_filter()
357 call_new(dst1 + off, 32, alphas[j], betas[j], tc0[j]); \ in check_loop_filter()
358 if (memcmp(dst0, dst1, 32 * 16 * SIZEOF_PIXEL)) { \ in check_loop_filter()
364 bench_new(dst1, 32, alphas[j], betas[j], tc0[j]); \ in check_loop_filter()
387 LOCAL_ALIGNED_16(uint8_t, dst1, [32 * 16 * 2]); in check_loop_filter_intra()
414 memcpy(dst1, dst, 32 * 16 * 2); \ in check_loop_filter_intra()
417 call_new(dst1 + off, 32, alphas[j], betas[j]); \ in check_loop_filter_intra()
418 if (memcmp(dst0, dst1, 32 * 16 * SIZEOF_PIXEL)) { \ in check_loop_filter_intra()
423 bench_new(dst1, 32, alphas[j], betas[j]); \ in check_loop_filter_intra()