Lines Matching refs:dst1
49 LOCAL_ALIGNED_32(uint8_t, dst1, [MAX_STRIDE]);
59 memset(dst1, 0, MAX_STRIDE);
68 call_new(dst1, src1, src3, planes[i].w);
69 if (memcmp(dst0, dst1, planes[i].w))
72 bench_new(dst1, src0, src2, planes[4].w);
80 LOCAL_ALIGNED_32(uint8_t, dst1, [MAX_STRIDE * MAX_HEIGHT]);
88 memset(dst1, 0, MAX_STRIDE * MAX_HEIGHT);
95 call_new(dst1, src1, planes[i].s, planes[i].w, planes[i].h);
96 if (memcmp(dst0, dst1, planes[i].w * planes[i].h))
100 bench_new(dst1, src0, planes[4].s, planes[4].w, planes[4].h);