Searched refs:VPX_PLANE_ALPHA (Results 1 – 4 of 4) sorted by relevance
166 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = s; in img_alloc_helper()216 img->planes[VPX_PLANE_ALPHA] = in vpx_img_set_rect()217 data + x + y * img->stride[VPX_PLANE_ALPHA]; in vpx_img_set_rect()218 data += img->h * img->stride[VPX_PLANE_ALPHA]; in vpx_img_set_rect()267 img->planes[VPX_PLANE_ALPHA] += (signed)(img->d_h - 1) * img->stride[VPX_PLANE_ALPHA]; in vpx_img_flip()268 img->stride[VPX_PLANE_ALPHA] = -img->stride[VPX_PLANE_ALPHA]; in vpx_img_flip()
40 img->planes[VPX_PLANE_ALPHA] = yv12->alpha_buffer; in yuvconfig2image()44 img->stride[VPX_PLANE_ALPHA] = yv12->alpha_stride; in yuvconfig2image()58 yv12->alpha_buffer = img->planes[VPX_PLANE_ALPHA]; in image2yuvconfig()75 yv12->alpha_stride = yv12->alpha_buffer ? img->stride[VPX_PLANE_ALPHA] : 0; in image2yuvconfig()
119 #define VPX_PLANE_ALPHA 3 /**< A (Transparency) plane */ macro125 #define PLANE_ALPHA VPX_PLANE_ALPHA
303 img->planes[VPX_PLANE_ALPHA] = NULL; in yuvconfig2image()307 img->stride[VPX_PLANE_ALPHA] = yv12->y_stride; in yuvconfig2image()