Lines Matching refs:dst1
73 LOCAL_ALIGNED_32(uint8_t, dst1, [BUF_SIZE]);
92 memset(dst1, 0, BUF_SIZE);
95 call_new(dst1, src1, stride, stride, offset_val, left_class, w, block_size);
97 if (memcmp(dst0 + j*stride, dst1 + j*stride, w*SIZEOF_PIXEL))
101 bench_new(dst1, src1, stride, stride, offset_val, left_class, block_size, block_size);
110 LOCAL_ALIGNED_32(uint8_t, dst1, [BUF_SIZE]);
128 memset(dst1, 0, BUF_SIZE);
132 call_new(dst1, src1 + offset, stride, offset_val, eo, w, block_size);
134 if (memcmp(dst0 + j*stride, dst1 + j*stride, w*SIZEOF_PIXEL))
138 bench_new(dst1, src1 + offset, stride, offset_val, eo, block_size, block_size);