Lines Matching refs:planes
38 static const struct {uint8_t w, h, s;} planes[] = {
67 call_ref(dst0, src0, src2, planes[i].w);
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);
94 call_ref(dst0, src0, planes[i].s, planes[i].w, planes[i].h);
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);