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

  /external/libaom/libaom/aom/
aom_image.h 168 #define AOM_PLANE_PACKED 0 /**< To be used for all packed formats */
  /external/libaom/libaom/aom/src/
aom_image.c 185 img->planes[AOM_PLANE_PACKED] =
186 img->img_data + x * img->bps / 8 + y * img->stride[AOM_PLANE_PACKED];

Completed in 107 milliseconds