Lines Matching refs:dst1
81 LOCAL_ALIGNED_16(uint8_t, dst1, [LARGEST_INPUT_SIZE]);
111 memset(dst1, 0, LARGEST_INPUT_SIZE * sizeof(dst1[0]));
120 call_new((const int16_t*)vFilterData, filter_sizes[fsi], src, dst1, dstW - osi, dither, osi);
121 if (memcmp(dst0, dst1, LARGEST_INPUT_SIZE * sizeof(dst0[0])))
124 bench_new((const int16_t*)vFilterData, filter_sizes[fsi], src, dst1, dstW - osi, dither, osi);
161 LOCAL_ALIGNED_32(uint32_t, dst1, [SRC_PIXELS]);
230 memset(dst1, 0, SRC_PIXELS * sizeof(dst1[0]));
233 call_new(NULL, dst1, ctx->dstW, src, filterAvx2, filterPosAvx, width);
234 if (memcmp(dst0, dst1, ctx->dstW * sizeof(dst0[0])))