Searched defs:SequenceHeader (Results 1 – 1 of 1) sorted by relevance
228 typedef struct SequenceHeader { struct229 int num_bits_width;230 int num_bits_height;231 int max_frame_width;232 int max_frame_height;233 uint8_t frame_id_numbers_present_flag;234 int frame_id_length;235 int delta_frame_id_length;236 BLOCK_SIZE sb_size; // Size of the superblock used for this frame237 int mib_size; // Size of the superblock in units of MI blocks[all …]