Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/
Dvpx_image.h88 typedef struct vpx_image { struct
89 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 …]