Searched defs:SequenceHeader (Results 1 – 1 of 1) sorted by relevance
223 typedef struct SequenceHeader { struct224 int num_bits_width;225 int num_bits_height;226 int max_frame_width;227 int max_frame_height;228 uint8_t frame_id_numbers_present_flag;229 int frame_id_length;230 int delta_frame_id_length;231 BLOCK_SIZE sb_size; // Size of the superblock used for this frame232 int mib_size; // Size of the superblock in units of MI blocks[all …]