Lines Matching refs:planes
267 uint8_t *planes[4];
301 planes[0] = img->planes[VPX_PLANE_Y];
302 planes[1] = img->planes[VPX_PLANE_U];
303 planes[2] = img->planes[VPX_PLANE_V];
304 planes[3] =
305 ctx->has_alpha_channel ? img_alpha->planes[VPX_PLANE_Y] : NULL;
327 picture->data[i] = planes[i];
333 av_image_copy(picture->data, picture->linesize, (const uint8_t**)planes,