Searched refs:VPX_PLANE_ALPHA (Results 1 – 5 of 5) sorted by relevance
129 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = stride_in_bytes; in img_alloc_helper()171 img->planes[VPX_PLANE_ALPHA] = in vpx_img_set_rect()172 data + x * bytes_per_sample + y * img->stride[VPX_PLANE_ALPHA]; in vpx_img_set_rect()173 data += img->h * img->stride[VPX_PLANE_ALPHA]; in vpx_img_set_rect()226 img->planes[VPX_PLANE_ALPHA] += in vpx_img_flip()227 (signed)(img->d_h - 1) * img->stride[VPX_PLANE_ALPHA]; in vpx_img_flip()228 img->stride[VPX_PLANE_ALPHA] = -img->stride[VPX_PLANE_ALPHA]; in vpx_img_flip()
50 img->planes[VPX_PLANE_ALPHA] = NULL; in yuvconfig2image()54 img->stride[VPX_PLANE_ALPHA] = yv12->y_stride; in yuvconfig2image()64 img->planes[VPX_PLANE_ALPHA] = NULL; in yuvconfig2image()68 img->stride[VPX_PLANE_ALPHA] = 2 * yv12->y_stride; in yuvconfig2image()
99 #define VPX_PLANE_ALPHA 3 /**< A (Transparency) plane */ macro
222 img->planes[VPX_PLANE_ALPHA] = NULL; in yuvconfig2image()226 img->stride[VPX_PLANE_ALPHA] = yv12->y_stride; in yuvconfig2image()
1161 _img->stride[VPX_PLANE_Y] = _img->stride[VPX_PLANE_ALPHA] = in y4m_input_fetch_frame()1167 _img->planes[VPX_PLANE_ALPHA] = _y4m->dst_buf + pic_sz + 2 * c_sz; in y4m_input_fetch_frame()