Searched defs:SequenceHeader (Results 1 – 2 of 2) sorted by relevance
262 typedef struct SequenceHeader { struct263 int num_bits_width;264 int num_bits_height;265 int max_frame_width;266 int max_frame_height;271 uint8_t frame_id_numbers_present_flag;272 int frame_id_length;273 int delta_frame_id_length;274 BLOCK_SIZE sb_size; // Size of the superblock used for this frame275 int mib_size; // Size of the superblock in units of MI blocks[all …]
911 TEST_F(ObuParserTest, SequenceHeader) { in TEST_F() argument