Home
last modified time | relevance | path

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

/external/libaom/libaom/aom/
Daom_image.h141 typedef struct aom_image { struct
142 aom_img_fmt_t fmt; /**< Image Format */
143 aom_color_primaries_t cp; /**< CICP Color Primaries */
144 aom_transfer_characteristics_t tc; /**< CICP Transfer Characteristics */
145 aom_matrix_coefficients_t mc; /**< CICP Matrix Coefficients */
146 int monochrome; /**< Whether image is monochrome */
147 aom_chroma_sample_position_t csp; /**< chroma sample position */
148 aom_color_range_t range; /**< Color Range */
151 unsigned int w; /**< Stored image width */
152 unsigned int h; /**< Stored image height */
[all …]