Lines Matching full:plane
277 int plane = 0;
298 for (plane = 0; plane < 3; plane++)
301 int w = (plane ? (1 + img->d_w) / 2 : img->d_w);
302 int h = (plane ? (1 + img->d_h) / 2 : img->d_h);
305 /* Determine the correct plane based on the image format. The for-loop
309 switch (plane)
318 ptr = img->planes[plane];
339 ptr += img->stride[plane];