Lines Matching defs:ObuSequenceHeader
128 struct ObuSequenceHeader { struct
142 BitstreamProfile profile;
143 bool still_picture;
144 bool reduced_still_picture_header;
145 int operating_points;
146 int operating_point_idc[kMaxOperatingPoints];
147 BitStreamLevel level[kMaxOperatingPoints];
148 int8_t tier[kMaxOperatingPoints];
149 int8_t frame_width_bits;
150 int8_t frame_height_bits;
151 int32_t max_frame_width;
152 int32_t max_frame_height;
153 bool frame_id_numbers_present;
154 int8_t frame_id_length_bits;
155 int8_t delta_frame_id_length_bits;
156 bool use_128x128_superblock;
157 bool enable_filter_intra;
158 bool enable_intra_edge_filter;
159 bool enable_interintra_compound;
160 bool enable_masked_compound;
161 bool enable_warped_motion;
162 bool enable_dual_filter;
163 bool enable_order_hint;
166 int8_t order_hint_bits;
169 uint8_t order_hint_shift_bits;
170 bool enable_jnt_comp;
194 // Verify it is safe to use offsetof with ObuSequenceHeader and to use memcmp argument