Searched refs:AOM_PLANE_PACKED (Results 1 – 2 of 2) sorted by relevance
224 img->planes[AOM_PLANE_PACKED] = in aom_img_set_rect()225 img->img_data + x * img->bps / 8 + y * img->stride[AOM_PLANE_PACKED]; in aom_img_set_rect()
207 #define AOM_PLANE_PACKED 0 /**< To be used for all packed formats */ macro