Home
last modified time | relevance | path

Searched defs:aom_image (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libaom/aom/
H A Daom_image.h182 typedef struct aom_image { struct
183 aom_img_fmt_t fmt; /**< Image Format */
184 aom_color_primaries_t cp; /**< CICP Color Primaries */
185 aom_transfer_characteristics_t tc; /**< CICP Transfer Characteristics */
186 aom_matrix_coefficients_t mc; /**< CICP Matrix Coefficients */
187 int monochrome; /**< Whether image is monochrome */
188 aom_chroma_sample_position_t csp; /**< chroma sample position */
189 aom_color_range_t range; /**< Color Range */
192 unsigned int w; /**< Stored image width */
193 unsigned int h; /**< Stored image height */
[all …]