Searched defs:vpx_image (Results 1 – 1 of 1) sorted by relevance
88 typedef struct vpx_image { struct89 vpx_img_fmt_t fmt; /**< Image Format */90 vpx_color_space_t cs; /**< Color Space */91 vpx_color_range_t range; /**< Color Range */94 unsigned int w; /**< Stored image width */95 unsigned int h; /**< Stored image height */96 unsigned int bit_depth; /**< Stored image bit-depth */99 unsigned int d_w; /**< Displayed image width */100 unsigned int d_h; /**< Displayed image height */103 unsigned int r_w; /**< Intended rendering image width */[all …]