Searched defs:VP9Common (Results 1 – 1 of 1) sorted by relevance
98 typedef struct VP9Common { struct99 struct vpx_internal_error_info error;100 vpx_color_space_t color_space;101 vpx_color_range_t color_range;102 int width;103 int height;104 int render_width;105 int render_height;106 int last_width;107 int last_height;[all …]