Lines Matching refs:planes
38 static const struct {uint8_t w, h, s;} planes[] = {
100 call_ref(dst_y_0, dst_u_0, dst_v_0, src0, planes[i].w, planes[i].h,
101 MAX_STRIDE, MAX_STRIDE / 2, planes[i].s);
102 call_new(dst_y_1, dst_u_1, dst_v_1, src1, planes[i].w, planes[i].h,
103 MAX_STRIDE, MAX_STRIDE / 2, planes[i].s);
109 bench_new(dst_y_1, dst_u_1, dst_v_1, src1, planes[5].w, planes[5].h,
110 MAX_STRIDE, MAX_STRIDE / 2, planes[5].s);