Searched defs:AV1_Common_s (Results 1 – 1 of 1) sorted by relevance
1710 typedef struct AV1_Common_s { struct1711 CurrentFrame current_frame;1712 struct aom_internal_error_info error;1713 int width;1714 int height;1715 int render_width;1716 int render_height;1717 int timing_info_present;1718 aom_timing_info_t timing_info;1719 int buffer_removal_time_present;[all …]