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