Lines Matching defs:plane
62 int *x, int *y, int *plane, int bits_per_plane)
65 int shift = *plane * bits_per_plane;
69 int planel = *plane;
110 *plane = planel;
128 int i, x, y, plane, tmp, ret, val;
225 plane = 0;
236 while (plane < s->nb_planes &&
252 picmemset(s, frame, val, run, &x, &y, &plane, bits_per_plane);
257 if (s->nb_planes - plane > 1)
260 if (plane < s->nb_planes && x < avctx->width) {
265 picmemset(s, frame, val, run / (8 / bits_per_plane), &x, &y, &plane, bits_per_plane);