Lines Matching refs:stride
82 ptrdiff_t stride = PIXEL_STRIDE*SIZEOF_PIXEL;
94 call_ref(dst0, src0, stride, stride, offset_val, left_class, w, block_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);
119 ptrdiff_t stride = PIXEL_STRIDE*SIZEOF_PIXEL;
131 call_ref(dst0, src0 + offset, stride, offset_val, eo, w, block_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);