HomeSort by relevance Sort by last modified time
    Searched refs:VPX_PLANE_PACKED (Results 1 - 2 of 2) sorted by null

  /external/libvpx/vpx/
vpx_image.h 114 #define VPX_PLANE_PACKED 0 /**< To be used for all packed formats */
120 #define PLANE_PACKED VPX_PLANE_PACKED
  /external/libvpx/vpx/src/
vpx_image.c 184 img->planes[VPX_PLANE_PACKED] =
185 img->img_data + x * img->bps / 8 + y * img->stride[VPX_PLANE_PACKED];

Completed in 64 milliseconds