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