Lines Matching refs:dst1
117 LOCAL_ALIGNED_16(uint8_t, dst1, [4 * 4]);
141 memcpy(dst1, dst, 4 * 4);
147 call_new(dst1, subcoef1, 4);
148 if (memcmp(dst0, dst1, 4 * 4) ||
152 bench_new(dst1, subcoef1, 4);
162 LOCAL_ALIGNED_16(uint8_t, dst1, [4 * 4 * 4]);
186 memcpy(dst1, dst, 4 * 4 * 4);
190 call_new(dst1, subcoef1, stride);
191 if (memcmp(dst0, dst1, 4 * 4 * 4) ||
194 bench_new(dst1, subcoef1, stride);
270 LOCAL_ALIGNED_16(uint8_t, dst1, [16 * 16]);
316 call_new(dst1, size, src, SRC_BUF_STRIDE, height, mx, my);
317 if (memcmp(dst0, dst1, size * height))
319 bench_new(dst1, size, src, SRC_BUF_STRIDE, height, mx, my);