Searched defs:SequenceHeader (Results 1 – 2 of 2) sorted by relevance
258 typedef struct SequenceHeader { struct259 int num_bits_width;260 int num_bits_height;261 int max_frame_width;262 int max_frame_height;267 uint8_t frame_id_numbers_present_flag;268 int frame_id_length;269 int delta_frame_id_length;270 BLOCK_SIZE sb_size; // Size of the superblock used for this frame271 int mib_size; // Size of the superblock in units of MI blocks[all …]
911 TEST_F(ObuParserTest, SequenceHeader) { in TEST_F() argument