Home
last modified time | relevance | path

Searched defs:SequenceHeader (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libaom/av1/common/
H A Dav1_common_int.h262 typedef struct SequenceHeader { struct
263 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 frame
275 int mib_size; // Size of the superblock in units of MI blocks
[all …]
/aosp_15_r20/external/libgav1/src/
H A Dobu_parser_test.cc911 TEST_F(ObuParserTest, SequenceHeader) { in TEST_F() argument