Searched defs:VP9Common (Results 1 – 1 of 1) sorted by relevance
112 typedef struct VP9Common { struct113 struct vpx_internal_error_info error;114 vpx_color_space_t color_space;115 vpx_color_range_t color_range;116 int width;117 int height;118 int render_width;119 int render_height;120 int last_width;121 int last_height;[all …]