Home
last modified time | relevance | path

Searched refs:VPX_PLANE_PACKED (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_image.h115 #define VPX_PLANE_PACKED 0 /**< To be used for all packed formats */ macro
121 #define PLANE_PACKED VPX_PLANE_PACKED
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_image.c210 img->planes[VPX_PLANE_PACKED] = in vpx_img_set_rect()
211 img->img_data + x * img->bps / 8 + y * img->stride[VPX_PLANE_PACKED]; in vpx_img_set_rect()