Home
last modified time | relevance | path

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

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