27 fc(1, obu_forbidden_bit, 0, 0);
30 flag(obu_extension_flag);
31 flag(obu_has_size_field);
33 fc(1, obu_reserved_1bit, 0, 0);
35 if (current->obu_extension_flag) {
38 fc(3, extension_header_reserved_3bits, 0, 0);
40 infer(temporal_id, 0);
56 fixed(1, trailing_one_bit, 1);
60 fixed(1, trailing_zero_bit, 0);
72 fixed(1, zero_bit, 0);
86 current->high_bitdepth) {
88 priv->
bit_depth = current->twelve_bit ? 12 : 10;
90 priv->
bit_depth = current->high_bitdepth ? 10 : 8;
94 infer(mono_chrome, 0);
97 priv->
num_planes = current->mono_chrome ? 1 : 3;
99 flag(color_description_present_flag);
100 if (current->color_description_present_flag) {
103 fb(8, matrix_coefficients);
110 if (current->mono_chrome) {
113 infer(subsampling_x, 1);
114 infer(subsampling_y, 1);
116 infer(separate_uv_delta_q, 0);
122 infer(subsampling_x, 0);
123 infer(subsampling_y, 0);
124 flag(separate_uv_delta_q);
130 infer(subsampling_x, 1);
131 infer(subsampling_y, 1);
133 infer(subsampling_x, 0);
134 infer(subsampling_y, 0);
137 fb(1, subsampling_x);
138 if (current->subsampling_x)
139 fb(1, subsampling_y);
141 infer(subsampling_y, 0);
143 infer(subsampling_x, 1);
144 infer(subsampling_y, 0);
147 if (current->subsampling_x && current->subsampling_y) {
152 flag(separate_uv_delta_q);
166 flag(equal_picture_interval);
167 if (current->equal_picture_interval)
178 fb(5, buffer_delay_length_minus_1);
180 fb(5, buffer_removal_time_length_minus_1);
181 fb(5, frame_presentation_time_length_minus_1);
191 HEADER(
"Sequence Header");
196 flag(reduced_still_picture_header);
198 if (current->reduced_still_picture_header) {
199 infer(timing_info_present_flag, 0);
200 infer(decoder_model_info_present_flag, 0);
201 infer(initial_display_delay_present_flag, 0);
202 infer(operating_points_cnt_minus_1, 0);
203 infer(operating_point_idc[0], 0);
205 fb(5, seq_level_idx[0]);
207 infer(seq_tier[0], 0);
208 infer(decoder_model_present_for_this_op[0], 0);
209 infer(initial_display_delay_present_for_this_op[0], 0);
212 flag(timing_info_present_flag);
213 if (current->timing_info_present_flag) {
216 flag(decoder_model_info_present_flag);
217 if (current->decoder_model_info_present_flag) {
219 (
ctx, rw, ¤t->decoder_model_info));
222 infer(decoder_model_info_present_flag, 0);
225 flag(initial_display_delay_present_flag);
227 fb(5, operating_points_cnt_minus_1);
228 for (
i = 0;
i <= current->operating_points_cnt_minus_1;
i++) {
229 fbs(12, operating_point_idc[
i], 1,
i);
230 fbs(5, seq_level_idx[
i], 1,
i);
232 if (current->seq_level_idx[
i] > 7)
237 if (current->decoder_model_info_present_flag) {
238 flags(decoder_model_present_for_this_op[
i], 1,
i);
239 if (current->decoder_model_present_for_this_op[
i]) {
240 int n = current->decoder_model_info.buffer_delay_length_minus_1 + 1;
241 fbs(n, decoder_buffer_delay[
i], 1,
i);
242 fbs(n, encoder_buffer_delay[
i], 1,
i);
243 flags(low_delay_mode_flag[
i], 1,
i);
246 infer(decoder_model_present_for_this_op[
i], 0);
249 if (current->initial_display_delay_present_flag) {
250 flags(initial_display_delay_present_for_this_op[
i], 1,
i);
251 if (current->initial_display_delay_present_for_this_op[
i])
252 fbs(4, initial_display_delay_minus_1[
i], 1,
i);
257 fb(4, frame_width_bits_minus_1);
258 fb(4, frame_height_bits_minus_1);
260 fb(current->frame_width_bits_minus_1 + 1, max_frame_width_minus_1);
261 fb(current->frame_height_bits_minus_1 + 1, max_frame_height_minus_1);
263 if (current->reduced_still_picture_header)
264 infer(frame_id_numbers_present_flag, 0);
266 flag(frame_id_numbers_present_flag);
267 if (current->frame_id_numbers_present_flag) {
268 fb(4, delta_frame_id_length_minus_2);
269 fb(3, additional_frame_id_length_minus_1);
272 flag(use_128x128_superblock);
273 flag(enable_filter_intra);
274 flag(enable_intra_edge_filter);
276 if (current->reduced_still_picture_header) {
277 infer(enable_interintra_compound, 0);
278 infer(enable_masked_compound, 0);
279 infer(enable_warped_motion, 0);
280 infer(enable_dual_filter, 0);
281 infer(enable_order_hint, 0);
282 infer(enable_jnt_comp, 0);
283 infer(enable_ref_frame_mvs, 0);
285 infer(seq_force_screen_content_tools,
287 infer(seq_force_integer_mv,
290 flag(enable_interintra_compound);
291 flag(enable_masked_compound);
292 flag(enable_warped_motion);
293 flag(enable_dual_filter);
295 flag(enable_order_hint);
296 if (current->enable_order_hint) {
297 flag(enable_jnt_comp);
298 flag(enable_ref_frame_mvs);
300 infer(enable_jnt_comp, 0);
301 infer(enable_ref_frame_mvs, 0);
304 flag(seq_choose_screen_content_tools);
305 if (current->seq_choose_screen_content_tools)
306 infer(seq_force_screen_content_tools,
309 fb(1, seq_force_screen_content_tools);
310 if (current->seq_force_screen_content_tools > 0) {
311 flag(seq_choose_integer_mv);
312 if (current->seq_choose_integer_mv)
313 infer(seq_force_integer_mv,
316 fb(1, seq_force_integer_mv);
321 if (current->enable_order_hint)
322 fb(3, order_hint_bits_minus_1);
325 flag(enable_superres);
327 flag(enable_restoration);
330 current->seq_profile));
332 flag(film_grain_params_present);
341 HEADER(
"Temporal Delimiter");
359 int cur_frame_hint, latest_order_hint, earliest_order_hint,
ref;
369 used_frame[current->last_frame_idx] = 1;
370 used_frame[current->golden_frame_idx] = 1;
374 shifted_order_hints[
i] = cur_frame_hint +
378 latest_order_hint = shifted_order_hints[current->last_frame_idx];
379 earliest_order_hint = shifted_order_hints[current->golden_frame_idx];
383 int hint = shifted_order_hints[
i];
384 if (!used_frame[
i] && hint >= cur_frame_hint &&
385 (ref < 0 || hint >= latest_order_hint)) {
387 latest_order_hint = hint;
397 int hint = shifted_order_hints[
i];
398 if (!used_frame[
i] && hint >= cur_frame_hint &&
399 (
ref < 0 || hint < earliest_order_hint)) {
401 earliest_order_hint = hint;
411 int hint = shifted_order_hints[
i];
412 if (!used_frame[
i] && hint >= cur_frame_hint &&
413 (
ref < 0 || hint < earliest_order_hint)) {
415 earliest_order_hint = hint;
428 int hint = shifted_order_hints[j];
429 if (!used_frame[j] && hint < cur_frame_hint &&
430 (ref < 0 || hint >= latest_order_hint)) {
432 latest_order_hint = hint;
444 int hint = shifted_order_hints[
i];
445 if (
ref < 0 || hint < earliest_order_hint) {
447 earliest_order_hint = hint;
451 if (ref_frame_idx[
i] < 0)
452 ref_frame_idx[
i] =
ref;
453 infer(ref_frame_idx[
i], ref_frame_idx[
i]);
469 infer(use_superres, 0);
471 if (current->use_superres) {
492 if (current->frame_size_override_flag) {
500 priv->
frame_width = current->frame_width_minus_1 + 1;
514 flag(render_and_frame_size_different);
516 if (current->render_and_frame_size_different) {
517 fb(16, render_width_minus_1);
518 fb(16, render_height_minus_1);
520 infer(render_width_minus_1, current->frame_width_minus_1);
521 infer(render_height_minus_1, current->frame_height_minus_1);
538 if (current->found_ref[
i]) {
540 &priv->
ref[current->ref_frame_idx[
i]];
544 "Missing reference frame needed for frame size "
545 "(ref = %d, ref_frame_idx = %d).\n",
546 i, current->ref_frame_idx[
i]);
550 infer(frame_width_minus_1,
ref->upscaled_width - 1);
551 infer(frame_height_minus_1,
ref->frame_height - 1);
552 infer(render_width_minus_1,
ref->render_width - 1);
553 infer(render_height_minus_1,
ref->render_height - 1);
579 flag(is_filter_switchable);
580 if (current->is_filter_switchable)
594 int mi_cols, mi_rows, sb_cols, sb_rows, sb_shift, sb_size;
595 int max_tile_width_sb, max_tile_height_sb, max_tile_area_sb;
596 int min_log2_tile_cols, max_log2_tile_cols, max_log2_tile_rows;
597 int min_log2_tiles, min_log2_tile_rows;
604 : ((mi_cols + 15) >> 4);
606 : ((mi_rows + 15) >> 4);
609 sb_size = sb_shift + 2;
617 min_log2_tiles =
FFMAX(min_log2_tile_cols,
620 flag(uniform_tile_spacing_flag);
622 if (current->uniform_tile_spacing_flag) {
623 int tile_width_sb, tile_height_sb;
625 increment(tile_cols_log2, min_log2_tile_cols, max_log2_tile_cols);
627 tile_width_sb = (sb_cols + (1 << current->tile_cols_log2) - 1) >>
628 current->tile_cols_log2;
630 for (
int off = 0, j = 0; off < sb_cols; off += tile_width_sb)
631 current->tile_start_col_sb[j++] = off;
633 current->tile_cols = (sb_cols + tile_width_sb - 1) / tile_width_sb;
635 min_log2_tile_rows =
FFMAX(min_log2_tiles - current->tile_cols_log2, 0);
637 increment(tile_rows_log2, min_log2_tile_rows, max_log2_tile_rows);
639 tile_height_sb = (sb_rows + (1 << current->tile_rows_log2) - 1) >>
640 current->tile_rows_log2;
642 for (
int off = 0, j = 0; off < sb_rows; off += tile_height_sb)
643 current->tile_start_row_sb[j++] = off;
645 current->tile_rows = (sb_rows + tile_height_sb - 1) / tile_height_sb;
648 for (
i = 0;
i < current->tile_cols - 1;
i++)
649 infer(width_in_sbs_minus_1[
i], tile_width_sb - 1);
650 infer(width_in_sbs_minus_1[
i],
651 sb_cols - (current->tile_cols - 1) * tile_width_sb - 1);
652 for (
i = 0;
i < current->tile_rows - 1;
i++)
653 infer(height_in_sbs_minus_1[
i], tile_height_sb - 1);
654 infer(height_in_sbs_minus_1[
i],
655 sb_rows - (current->tile_rows - 1) * tile_height_sb - 1);
658 int widest_tile_sb, start_sb, size_sb, max_width, max_height,
i;
664 current->tile_start_col_sb[
i] = start_sb;
665 max_width =
FFMIN(sb_cols - start_sb, max_tile_width_sb);
666 ns(max_width, width_in_sbs_minus_1[
i], 1,
i);
667 size_sb = current->width_in_sbs_minus_1[
i] + 1;
668 widest_tile_sb =
FFMAX(size_sb, widest_tile_sb);
672 current->tile_cols =
i;
674 if (min_log2_tiles > 0)
675 max_tile_area_sb = (sb_rows * sb_cols) >> (min_log2_tiles + 1);
677 max_tile_area_sb = sb_rows * sb_cols;
678 max_tile_height_sb =
FFMAX(max_tile_area_sb / widest_tile_sb, 1);
682 current->tile_start_row_sb[
i] = start_sb;
683 max_height =
FFMIN(sb_rows - start_sb, max_tile_height_sb);
684 ns(max_height, height_in_sbs_minus_1[
i], 1,
i);
685 size_sb = current->height_in_sbs_minus_1[
i] + 1;
689 current->tile_rows =
i;
692 if (current->tile_cols_log2 > 0 ||
693 current->tile_rows_log2 > 0) {
694 fb(current->tile_cols_log2 + current->tile_rows_log2,
695 context_update_tile_id);
696 fb(2, tile_size_bytes_minus1);
698 infer(context_update_tile_id, 0);
722 infer(diff_uv_delta, 0);
727 if (current->diff_uv_delta) {
731 infer(delta_q_v_dc, current->delta_q_u_dc);
732 infer(delta_q_v_ac, current->delta_q_u_ac);
735 infer(delta_q_u_dc, 0);
736 infer(delta_q_u_ac, 0);
737 infer(delta_q_v_dc, 0);
738 infer(delta_q_v_ac, 0);
742 if (current->using_qmatrix) {
748 infer(qm_v, current->qm_u);
759 static const uint8_t sign[
AV1_SEG_LVL_MAX] = { 1, 1, 1, 1, 1, 0, 0, 0 };
764 flag(segmentation_enabled);
766 if (current->segmentation_enabled) {
768 infer(segmentation_update_map, 1);
769 infer(segmentation_temporal_update, 0);
770 infer(segmentation_update_data, 1);
772 flag(segmentation_update_map);
773 if (current->segmentation_update_map)
774 flag(segmentation_temporal_update);
776 infer(segmentation_temporal_update, 0);
777 flag(segmentation_update_data);
781 const uint8_t *ref_feature_enabled;
782 const int16_t *ref_feature_value;
785 ref_feature_enabled = default_feature_enabled;
786 ref_feature_value = default_feature_value;
788 ref_feature_enabled =
795 if (current->segmentation_update_data) {
796 flags(feature_enabled[
i][j], 2,
i, j);
798 if (current->feature_enabled[
i][j] &&
bits[j] > 0) {
800 sus(1 +
bits[j], feature_value[
i][j], 2,
i, j);
802 fbs(
bits[j], feature_value[
i][j], 2,
i, j);
804 infer(feature_value[
i][j], 0);
807 infer(feature_enabled[
i][j], ref_feature_enabled[j]);
808 infer(feature_value[
i][j], ref_feature_value[j]);
815 infer(feature_enabled[
i][j], 0);
816 infer(feature_value[
i][j], 0);
829 if (current->base_q_idx > 0)
830 flag(delta_q_present);
832 infer(delta_q_present, 0);
834 if (current->delta_q_present)
845 if (current->delta_q_present) {
846 if (!current->allow_intrabc)
847 flag(delta_lf_present);
849 infer(delta_lf_present, 0);
850 if (current->delta_lf_present) {
852 flag(delta_lf_multi);
854 infer(delta_lf_res, 0);
855 infer(delta_lf_multi, 0);
858 infer(delta_lf_present, 0);
859 infer(delta_lf_res, 0);
860 infer(delta_lf_multi, 0);
871 { 1, 0, 0, 0, -1, 0, -1, -1 };
872 static const int8_t default_loop_filter_mode_deltas[2] = { 0, 0 };
876 infer(loop_filter_level[0], 0);
877 infer(loop_filter_level[1], 0);
886 for (
i = 0;
i < 2;
i++)
887 infer(loop_filter_mode_deltas[
i], 0);
891 fb(6, loop_filter_level[0]);
892 fb(6, loop_filter_level[1]);
895 if (current->loop_filter_level[0] ||
896 current->loop_filter_level[1]) {
897 fb(6, loop_filter_level[2]);
898 fb(6, loop_filter_level[3]);
902 fb(3, loop_filter_sharpness);
904 flag(loop_filter_delta_enabled);
905 if (current->loop_filter_delta_enabled) {
906 const int8_t *ref_loop_filter_ref_deltas, *ref_loop_filter_mode_deltas;
909 ref_loop_filter_ref_deltas = default_loop_filter_ref_deltas;
910 ref_loop_filter_mode_deltas = default_loop_filter_mode_deltas;
912 ref_loop_filter_ref_deltas =
914 ref_loop_filter_mode_deltas =
918 flag(loop_filter_delta_update);
920 if (current->loop_filter_delta_update)
921 flags(update_ref_delta[
i], 1,
i);
923 infer(update_ref_delta[
i], 0);
924 if (current->update_ref_delta[
i])
925 sus(1 + 6, loop_filter_ref_deltas[
i], 1,
i);
927 infer(loop_filter_ref_deltas[
i], ref_loop_filter_ref_deltas[
i]);
929 for (
i = 0;
i < 2;
i++) {
930 if (current->loop_filter_delta_update)
931 flags(update_mode_delta[
i], 1,
i);
933 infer(update_mode_delta[
i], 0);
934 if (current->update_mode_delta[
i])
935 sus(1 + 6, loop_filter_mode_deltas[
i], 1,
i);
937 infer(loop_filter_mode_deltas[
i], ref_loop_filter_mode_deltas[
i]);
941 infer(loop_filter_ref_deltas[
i], default_loop_filter_ref_deltas[
i]);
942 for (
i = 0;
i < 2;
i++)
943 infer(loop_filter_mode_deltas[
i], default_loop_filter_mode_deltas[
i]);
958 infer(cdef_damping_minus_3, 0);
960 infer(cdef_y_pri_strength[0], 0);
961 infer(cdef_y_sec_strength[0], 0);
962 infer(cdef_uv_pri_strength[0], 0);
963 infer(cdef_uv_sec_strength[0], 0);
968 fb(2, cdef_damping_minus_3);
971 for (
i = 0;
i < (1 << current->cdef_bits);
i++) {
972 fbs(4, cdef_y_pri_strength[
i], 1,
i);
973 fbs(2, cdef_y_sec_strength[
i], 1,
i);
976 fbs(4, cdef_uv_pri_strength[
i], 1,
i);
977 fbs(2, cdef_uv_sec_strength[
i], 1,
i);
989 int uses_lr, uses_chroma_lr;
997 uses_lr = uses_chroma_lr = 0;
999 fbs(2, lr_type[
i], 1,
i);
1018 infer(lr_uv_shift, 0);
1046 infer(reference_select, 0);
1048 flag(reference_select);
1058 int skip_mode_allowed;
1064 skip_mode_allowed = 0;
1066 int forward_idx, backward_idx;
1067 int forward_hint, backward_hint;
1068 int ref_hint, dist,
i;
1077 if (forward_idx < 0 ||
1079 forward_hint) > 0) {
1081 forward_hint = ref_hint;
1083 }
else if (dist > 0) {
1084 if (backward_idx < 0 ||
1086 backward_hint) < 0) {
1088 backward_hint = ref_hint;
1093 if (forward_idx < 0) {
1094 skip_mode_allowed = 0;
1095 }
else if (backward_idx >= 0) {
1096 skip_mode_allowed = 1;
1099 int second_forward_idx;
1100 int second_forward_hint;
1102 second_forward_idx = -1;
1106 forward_hint) < 0) {
1107 if (second_forward_idx < 0 ||
1109 second_forward_hint) > 0) {
1110 second_forward_idx =
i;
1111 second_forward_hint = ref_hint;
1116 if (second_forward_idx < 0) {
1117 skip_mode_allowed = 0;
1119 skip_mode_allowed = 1;
1125 if (skip_mode_allowed)
1126 flag(skip_mode_present);
1128 infer(skip_mode_present, 0);
1137 uint32_t abs_bits, prec_bits, num_syms;
1153 num_syms = 2 * (1 << abs_bits) + 1;
1174 if (current->is_global[
ref]) {
1176 if (current->is_rot_zoom[
ref]) {
1213 int num_pos_luma, num_pos_chroma;
1222 if (!current->apply_grain)
1230 infer(update_grain, 1);
1232 if (!current->update_grain) {
1233 fb(3, film_grain_params_ref_idx);
1237 fc(4, num_y_points, 0, 14);
1238 for (
i = 0;
i < current->num_y_points;
i++) {
1239 fcs(8, point_y_value[
i],
1240 i ? current->point_y_value[
i - 1] + 1 : 0,
1243 fbs(8, point_y_scaling[
i], 1,
i);
1247 infer(chroma_scaling_from_luma, 0);
1249 flag(chroma_scaling_from_luma);
1252 current->chroma_scaling_from_luma ||
1255 current->num_y_points == 0)) {
1256 infer(num_cb_points, 0);
1257 infer(num_cr_points, 0);
1259 fc(4, num_cb_points, 0, 10);
1260 for (
i = 0;
i < current->num_cb_points;
i++) {
1261 fcs(8, point_cb_value[
i],
1262 i ? current->point_cb_value[
i - 1] + 1 : 0,
1265 fbs(8, point_cb_scaling[
i], 1,
i);
1267 fc(4, num_cr_points, 0, 10);
1268 for (
i = 0;
i < current->num_cr_points;
i++) {
1269 fcs(8, point_cr_value[
i],
1270 i ? current->point_cr_value[
i - 1] + 1 : 0,
1273 fbs(8, point_cr_scaling[
i], 1,
i);
1277 fb(2, grain_scaling_minus_8);
1278 fb(2, ar_coeff_lag);
1279 num_pos_luma = 2 * current->ar_coeff_lag * (current->ar_coeff_lag + 1);
1280 if (current->num_y_points) {
1281 num_pos_chroma = num_pos_luma + 1;
1282 for (
i = 0;
i < num_pos_luma;
i++)
1283 fbs(8, ar_coeffs_y_plus_128[
i], 1,
i);
1285 num_pos_chroma = num_pos_luma;
1287 if (current->chroma_scaling_from_luma || current->num_cb_points) {
1288 for (
i = 0;
i < num_pos_chroma;
i++)
1289 fbs(8, ar_coeffs_cb_plus_128[
i], 1,
i);
1291 if (current->chroma_scaling_from_luma || current->num_cr_points) {
1292 for (
i = 0;
i < num_pos_chroma;
i++)
1293 fbs(8, ar_coeffs_cr_plus_128[
i], 1,
i);
1295 fb(2, ar_coeff_shift_minus_6);
1296 fb(2, grain_scale_shift);
1297 if (current->num_cb_points) {
1299 fb(8, cb_luma_mult);
1302 if (current->num_cr_points) {
1304 fb(8, cr_luma_mult);
1309 flag(clip_to_restricted_range);
1319 int id_len, diff_len, all_frames, frame_is_intra, order_hint_bits;
1324 "unable to decode frame header.\n");
1334 infer(show_existing_frame, 0);
1337 infer(showable_frame, 0);
1341 flag(show_existing_frame);
1343 if (current->show_existing_frame) {
1346 fb(3, frame_to_show_map_idx);
1347 ref = &priv->
ref[current->frame_to_show_map_idx];
1351 "show_existing_frame (frame_to_show_map_idx = %d).\n",
1352 current->frame_to_show_map_idx);
1359 frame_presentation_time);
1363 fb(id_len, display_frame_id);
1367 infer(refresh_frame_flags, all_frames);
1370 infer(current_frame_id,
ref->frame_id);
1380 sizeof(
ref->loop_filter_ref_deltas));
1382 sizeof(
ref->loop_filter_mode_deltas));
1384 sizeof(
ref->feature_enabled));
1386 sizeof(
ref->feature_value));
1388 infer(refresh_frame_flags, 0);
1390 infer(frame_width_minus_1,
ref->upscaled_width - 1);
1391 infer(frame_height_minus_1,
ref->frame_height - 1);
1392 infer(render_width_minus_1,
ref->render_width - 1);
1393 infer(render_height_minus_1,
ref->render_height - 1);
1404 if (current->show_frame &&
1408 frame_presentation_time);
1410 if (current->show_frame)
1413 flag(showable_frame);
1416 (current->frame_type ==
AV1_FRAME_KEY && current->show_frame))
1417 infer(error_resilient_mode, 1);
1419 flag(error_resilient_mode);
1422 if (current->frame_type ==
AV1_FRAME_KEY && current->show_frame) {
1431 flag(disable_cdf_update);
1435 flag(allow_screen_content_tools);
1437 infer(allow_screen_content_tools,
1440 if (current->allow_screen_content_tools) {
1442 flag(force_integer_mv);
1446 infer(force_integer_mv, 0);
1450 fb(id_len, current_frame_id);
1454 if (current->current_frame_id > (1 << diff_len)) {
1455 if (priv->
ref[
i].
frame_id > current->current_frame_id ||
1460 if (priv->
ref[
i].
frame_id > current->current_frame_id &&
1462 current->current_frame_id -
1468 infer(current_frame_id, 0);
1472 infer(frame_size_override_flag, 1);
1474 infer(frame_size_override_flag, 0);
1476 flag(frame_size_override_flag);
1480 if (order_hint_bits > 0)
1481 fb(order_hint_bits, order_hint);
1483 infer(order_hint, 0);
1486 if (frame_is_intra || current->error_resilient_mode)
1489 fb(3, primary_ref_frame);
1492 flag(buffer_removal_time_present_flag);
1493 if (current->buffer_removal_time_present_flag) {
1497 int in_temporal_layer = (op_pt_idc >> priv->
temporal_id ) & 1;
1498 int in_spatial_layer = (op_pt_idc >> (priv->
spatial_id + 8)) & 1;
1500 (in_temporal_layer && in_spatial_layer)) {
1502 buffer_removal_time[
i], 1,
i);
1510 (current->frame_type ==
AV1_FRAME_KEY && current->show_frame))
1511 infer(refresh_frame_flags, all_frames);
1513 fb(8, refresh_frame_flags);
1515 if (!frame_is_intra || current->refresh_frame_flags != all_frames) {
1518 if (current->error_resilient_mode)
1519 fbs(order_hint_bits, ref_order_hint[
i], 1,
i);
1533 if (current->allow_screen_content_tools &&
1535 flag(allow_intrabc);
1537 infer(allow_intrabc, 0);
1541 infer(frame_refs_short_signaling, 0);
1543 flag(frame_refs_short_signaling);
1544 if (current->frame_refs_short_signaling) {
1545 fb(3, last_frame_idx);
1546 fb(3, golden_frame_idx);
1552 if (!current->frame_refs_short_signaling)
1553 fbs(3, ref_frame_idx[
i], 1,
i);
1556 delta_frame_id_minus1[
i], 1,
i);
1560 if (current->frame_size_override_flag &&
1561 !current->error_resilient_mode) {
1568 if (current->force_integer_mv)
1569 infer(allow_high_precision_mv, 0);
1571 flag(allow_high_precision_mv);
1575 flag(is_motion_mode_switchable);
1577 if (current->error_resilient_mode ||
1579 infer(use_ref_frame_mvs, 0);
1581 flag(use_ref_frame_mvs);
1592 current->order_hint) > 0;
1596 infer(allow_intrabc, 0);
1600 infer(disable_frame_end_update_cdf, 1);
1602 flag(disable_frame_end_update_cdf);
1612 if (current->use_ref_frame_mvs) {
1632 qindex = (current->base_q_idx +
1635 qindex = current->base_q_idx;
1639 if (qindex || current->delta_q_y_dc ||
1640 current->delta_q_u_ac || current->delta_q_u_dc ||
1641 current->delta_q_v_ac || current->delta_q_v_dc) {
1660 if (frame_is_intra || current->error_resilient_mode ||
1662 infer(allow_warped_motion, 0);
1664 flag(allow_warped_motion);
1666 flag(reduced_tx_set);
1673 "upscaled %d render %dx%d subsample %dx%d "
1674 "bitdepth %d tiles %dx%d.\n", priv->
order_hint,
1683 if (current->refresh_frame_flags & (1 <<
i)) {
1686 .frame_id = current->current_frame_id,
1692 .frame_type = current->frame_type,
1704 if (current->show_existing_frame) {
1715 sizeof(current->loop_filter_ref_deltas));
1717 sizeof(current->loop_filter_mode_deltas));
1719 sizeof(current->feature_enabled));
1721 sizeof(current->feature_value));
1734 int start_pos, fh_bits, fh_bytes, err;
1740 "frame header OBU.\n");
1747 HEADER(
"Redundant Frame Header");
1756 xf(
b, frame_header_copy[
i],
1763 HEADER(
"Redundant Frame Header (used as Frame Header)");
1767 "frame header OBU.\n");
1784 if (current->show_existing_frame) {
1793 fh_start = (uint8_t*)rw->buffer + start_pos / 8;
1803 fh_start = rw->buf + start_pos / 8;
1805 fh_bytes = (fh_bits + 7) / 8;
1809 if (rw_buffer_ref) {
1832 int num_tiles, tile_bits;
1839 flag(tile_start_and_end_present_flag);
1841 infer(tile_start_and_end_present_flag, 0);
1843 if (num_tiles == 1 || !current->tile_start_and_end_present_flag) {
1845 infer(tg_end, num_tiles - 1);
1849 fc(tile_bits, tg_start, priv->
tile_num, num_tiles - 1);
1850 fc(tile_bits, tg_end, current->tg_start, num_tiles - 1);
1853 priv->
tile_num = current->tg_end + 1;
1858 if (current->tg_end == num_tiles - 1)
1880 #if CBS_AV1_OBU_TILE_LIST
1886 fb(8, output_frame_width_in_tiles_minus_1);
1887 fb(8, output_frame_height_in_tiles_minus_1);
1889 fb(16, tile_count_minus_1);
1897 #if CBS_AV1_OBU_METADATA
1903 HEADER(
"HDR CLL Metadata");
1916 HEADER(
"HDR MDCV Metadata");
1918 for (
i = 0;
i < 3;
i++) {
1919 fbs(16, primary_chromaticity_x[
i], 1,
i);
1920 fbs(16, primary_chromaticity_y[
i], 1,
i);
1923 fb(16, white_point_chromaticity_x);
1924 fb(16, white_point_chromaticity_y);
1926 fb(32, luminance_max);
1927 fb(32, luminance_min);
1941 "unable to parse scalability metadata.\n");
1946 fb(2, spatial_layers_cnt_minus_1);
1947 flag(spatial_layer_dimensions_present_flag);
1948 flag(spatial_layer_description_present_flag);
1949 flag(temporal_group_description_present_flag);
1950 fc(3, scalability_structure_reserved_3bits, 0, 0);
1951 if (current->spatial_layer_dimensions_present_flag) {
1952 for (
i = 0;
i <= current->spatial_layers_cnt_minus_1;
i++) {
1953 fcs(16, spatial_layer_max_width[
i],
1955 fcs(16, spatial_layer_max_height[
i],
1959 if (current->spatial_layer_description_present_flag) {
1960 for (
i = 0;
i <= current->spatial_layers_cnt_minus_1;
i++)
1961 fbs(8, spatial_layer_ref_id[
i], 1,
i);
1963 if (current->temporal_group_description_present_flag) {
1964 fb(8, temporal_group_size);
1965 for (
i = 0;
i < current->temporal_group_size;
i++) {
1966 fbs(3, temporal_group_temporal_id[
i], 1,
i);
1967 flags(temporal_group_temporal_switching_up_point_flag[
i], 1,
i);
1968 flags(temporal_group_spatial_switching_up_point_flag[
i], 1,
i);
1969 fbs(3, temporal_group_ref_cnt[
i], 1,
i);
1970 for (j = 0; j < current->temporal_group_ref_cnt[
i]; j++) {
1971 fbs(8, temporal_group_ref_pic_diff[
i][j], 2,
i, j);
1984 HEADER(
"Scalability Metadata");
1986 fb(8, scalability_mode_idc);
2000 HEADER(
"ITU-T T.35 Metadata");
2002 fb(8, itu_t_t35_country_code);
2003 if (current->itu_t_t35_country_code == 0xff)
2004 fb(8, itu_t_t35_country_code_extension_byte);
2012 if (!current->payload_ref)
2014 current->payload = current->payload_ref->data;
2017 for (
i = 0;
i < current->payload_size;
i++)
2018 xf(8, itu_t_t35_payload_bytes[
i], current->payload[
i],
2029 HEADER(
"Timecode Metadata");
2031 fb(5, counting_type);
2032 flag(full_timestamp_flag);
2033 flag(discontinuity_flag);
2034 flag(cnt_dropped_flag);
2037 if (current->full_timestamp_flag) {
2038 fc(6, seconds_value, 0, 59);
2039 fc(6, minutes_value, 0, 59);
2040 fc(5, hours_value, 0, 23);
2043 if (current->seconds_flag) {
2044 fc(6, seconds_value, 0, 59);
2046 if (current->minutes_flag) {
2047 fc(6, minutes_value, 0, 59);
2049 if (current->hours_flag)
2050 fc(5, hours_value, 0, 23);
2055 fb(5, time_offset_length);
2056 if (current->time_offset_length > 0)
2057 fb(current->time_offset_length, time_offset_value);
2059 infer(time_offset_length, 0);
2070 HEADER(
"Unknown Metadata");
2076 if (!current->payload_ref)
2078 current->payload = current->payload_ref->data;
2081 for (
i = 0;
i < current->payload_size;
i++)
2082 fbs(8, payload[
i], 1,
i);
2094 switch (current->metadata_type) {
2118 #if CBS_AV1_OBU_PADDING
2132 if (!current->payload_ref)
2134 current->payload = current->payload_ref->data;
2137 for (
i = 0;
i < current->payload_size;
i++)
2138 xf(8, obu_padding_byte[
i], current->payload[
i], 0x00, 0xff, 1,
i);