Home
last modified time | relevance | path

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

/external/libaom/libaom/aom/
Daom_image.h171 typedef struct aom_image { struct
172 aom_img_fmt_t fmt; /**< Image Format */
173 aom_color_primaries_t cp; /**< CICP Color Primaries */
174 aom_transfer_characteristics_t tc; /**< CICP Transfer Characteristics */
175 aom_matrix_coefficients_t mc; /**< CICP Matrix Coefficients */
176 int monochrome; /**< Whether image is monochrome */
177 aom_chroma_sample_position_t csp; /**< chroma sample position */
178 aom_color_range_t range; /**< Color Range */
181 unsigned int w; /**< Stored image width */
182 unsigned int h; /**< Stored image height */
[all …]