Searched defs:vpx_image (Results 1 – 1 of 1) sorted by relevance
71 typedef struct vpx_image { struct72 vpx_img_fmt_t fmt; /**< Image Format */73 vpx_color_space_t cs; /**< Color Space */74 vpx_color_range_t range; /**< Color Range */77 unsigned int w; /**< Stored image width */78 unsigned int h; /**< Stored image height */79 unsigned int bit_depth; /**< Stored image bit-depth */82 unsigned int d_w; /**< Displayed image width */83 unsigned int d_h; /**< Displayed image height */86 unsigned int r_w; /**< Intended rendering image width */[all …]