Home
last modified time | relevance | path

Searched refs:VPX_PLANE_ALPHA (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vpx/src/
Dvpx_image.c143 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = stride_in_bytes; in img_alloc_helper()
186 img->planes[VPX_PLANE_ALPHA] = in vpx_img_set_rect()
187 data + x * bytes_per_sample + y * img->stride[VPX_PLANE_ALPHA]; in vpx_img_set_rect()
188 data += img->h * img->stride[VPX_PLANE_ALPHA]; in vpx_img_set_rect()
236 img->planes[VPX_PLANE_ALPHA] += in vpx_img_flip()
237 (signed)(img->d_h - 1) * img->stride[VPX_PLANE_ALPHA]; in vpx_img_flip()
238 img->stride[VPX_PLANE_ALPHA] = -img->stride[VPX_PLANE_ALPHA]; in vpx_img_flip()
/external/libvpx/libvpx/vp9/
Dvp9_iface_common.h53 img->planes[VPX_PLANE_ALPHA] = NULL; in yuvconfig2image()
57 img->stride[VPX_PLANE_ALPHA] = yv12->y_stride; in yuvconfig2image()
67 img->planes[VPX_PLANE_ALPHA] = NULL; in yuvconfig2image()
71 img->stride[VPX_PLANE_ALPHA] = 2 * yv12->y_stride; in yuvconfig2image()
/external/libvpx/libvpx/vpx/
Dvpx_image.h115 #define VPX_PLANE_ALPHA 3 /**< A (Transparency) plane */ macro
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c217 img->planes[VPX_PLANE_ALPHA] = NULL; in yuvconfig2image()
221 img->stride[VPX_PLANE_ALPHA] = yv12->y_stride; in yuvconfig2image()
/external/libvpx/libvpx/
Dy4minput.c1126 _img->stride[VPX_PLANE_Y] = _img->stride[VPX_PLANE_ALPHA] = in y4m_input_fetch_frame()
1132 _img->planes[VPX_PLANE_ALPHA] = _y4m->dst_buf + pic_sz + 2 * c_sz; in y4m_input_fetch_frame()