Lines Matching refs:FUNC

19 static int FUNC(obu_header)(CodedBitstreamContext *ctx, RWContext *rw,
50 static int FUNC(trailing_bits)(CodedBitstreamContext *ctx, RWContext *rw, int nb_bits)
67 static int FUNC(byte_alignment)(CodedBitstreamContext *ctx, RWContext *rw)
77 static int FUNC(color_config)(CodedBitstreamContext *ctx, RWContext *rw,
158 static int FUNC(timing_info)(CodedBitstreamContext *ctx, RWContext *rw,
173 static int FUNC(decoder_model_info)(CodedBitstreamContext *ctx, RWContext *rw,
186 static int FUNC(sequence_header_obu)(CodedBitstreamContext *ctx, RWContext *rw,
214 CHECK(FUNC(timing_info)(ctx, rw, &current->timing_info));
218 CHECK(FUNC(decoder_model_info)
329 CHECK(FUNC(color_config)(ctx, rw, &current->color_config,
337 static int FUNC(temporal_delimiter_obu)(CodedBitstreamContext *ctx, RWContext *rw)
348 static int FUNC(set_frame_refs)(CodedBitstreamContext *ctx, RWContext *rw,
459 static int FUNC(superres_params)(CodedBitstreamContext *ctx, RWContext *rw,
485 static int FUNC(frame_size)(CodedBitstreamContext *ctx, RWContext *rw,
503 CHECK(FUNC(superres_params)(ctx, rw, current));
508 static int FUNC(render_size)(CodedBitstreamContext *ctx, RWContext *rw,
530 static int FUNC(frame_size_with_refs)(CodedBitstreamContext *ctx, RWContext *rw,
565 CHECK(FUNC(frame_size)(ctx, rw, current));
566 CHECK(FUNC(render_size)(ctx, rw, current));
568 CHECK(FUNC(superres_params)(ctx, rw, current));
574 static int FUNC(interpolation_filter)(CodedBitstreamContext *ctx, RWContext *rw,
589 static int FUNC(tile_info)(CodedBitstreamContext *ctx, RWContext *rw,
696 static int FUNC(quantization_params)(CodedBitstreamContext *ctx, RWContext *rw,
743 static int FUNC(segmentation_params)(CodedBitstreamContext *ctx, RWContext *rw,
813 static int FUNC(delta_q_params)(CodedBitstreamContext *ctx, RWContext *rw,
829 static int FUNC(delta_lf_params)(CodedBitstreamContext *ctx, RWContext *rw,
855 static int FUNC(loop_filter_params)(CodedBitstreamContext *ctx, RWContext *rw,
938 static int FUNC(cdef_params)(CodedBitstreamContext *ctx, RWContext *rw,
973 static int FUNC(lr_params)(CodedBitstreamContext *ctx, RWContext *rw,
1014 static int FUNC(read_tx_mode)(CodedBitstreamContext *ctx, RWContext *rw,
1028 static int FUNC(frame_reference_mode)(CodedBitstreamContext *ctx, RWContext *rw,
1042 static int FUNC(skip_mode_params)(CodedBitstreamContext *ctx, RWContext *rw,
1122 static int FUNC(global_motion_param)(CodedBitstreamContext *ctx, RWContext *rw,
1151 static int FUNC(global_motion_params)(CodedBitstreamContext *ctx, RWContext *rw,
1177 CHECK(FUNC(global_motion_param)(ctx, rw, current, type, ref, 2));
1178 CHECK(FUNC(global_motion_param)(ctx, rw, current, type, ref, 3));
1180 CHECK(FUNC(global_motion_param)(ctx, rw, current, type, ref, 4));
1181 CHECK(FUNC(global_motion_param)(ctx, rw, current, type, ref, 5));
1188 CHECK(FUNC(global_motion_param)(ctx, rw, current, type, ref, 0));
1189 CHECK(FUNC(global_motion_param)(ctx, rw, current, type, ref, 1));
1196 static int FUNC(film_grain_params)(CodedBitstreamContext *ctx, RWContext *rw,
1303 static int FUNC(uncompressed_header)(CodedBitstreamContext *ctx, RWContext *rw,
1508 CHECK(FUNC(frame_size)(ctx, rw, current));
1509 CHECK(FUNC(render_size)(ctx, rw, current));
1525 CHECK(FUNC(set_frame_refs)(ctx, rw, current));
1540 CHECK(FUNC(frame_size_with_refs)(ctx, rw, current));
1542 CHECK(FUNC(frame_size)(ctx, rw, current));
1543 CHECK(FUNC(render_size)(ctx, rw, current));
1551 CHECK(FUNC(interpolation_filter)(ctx, rw, current));
1585 CHECK(FUNC(tile_info)(ctx, rw, current));
1587 CHECK(FUNC(quantization_params)(ctx, rw, current));
1589 CHECK(FUNC(segmentation_params)(ctx, rw, current));
1591 CHECK(FUNC(delta_q_params)(ctx, rw, current));
1593 CHECK(FUNC(delta_lf_params)(ctx, rw, current));
1617 CHECK(FUNC(loop_filter_params)(ctx, rw, current));
1619 CHECK(FUNC(cdef_params)(ctx, rw, current));
1621 CHECK(FUNC(lr_params)(ctx, rw, current));
1623 CHECK(FUNC(read_tx_mode)(ctx, rw, current));
1625 CHECK(FUNC(frame_reference_mode)(ctx, rw, current));
1627 CHECK(FUNC(skip_mode_params)(ctx, rw, current));
1637 CHECK(FUNC(global_motion_params)(ctx, rw, current));
1639 CHECK(FUNC(film_grain_params)(ctx, rw, &current->film_grain, current));
1681 static int FUNC(frame_header_obu)(CodedBitstreamContext *ctx, RWContext *rw,
1724 CHECK(FUNC(uncompressed_header)(ctx, rw, current));
1772 static int FUNC(tile_group_obu)(CodedBitstreamContext *ctx, RWContext *rw,
1799 CHECK(FUNC(byte_alignment)(ctx, rw));
1810 static int FUNC(frame_obu)(CodedBitstreamContext *ctx, RWContext *rw,
1816 CHECK(FUNC(frame_header_obu)(ctx, rw, &current->header,
1819 CHECK(FUNC(byte_alignment)(ctx, rw));
1821 CHECK(FUNC(tile_group_obu)(ctx, rw, &current->tile_group));
1826 static int FUNC(tile_list_obu)(CodedBitstreamContext *ctx, RWContext *rw,
1841 static int FUNC(metadata_hdr_cll)(CodedBitstreamContext *ctx, RWContext *rw,
1852 static int FUNC(metadata_hdr_mdcv)(CodedBitstreamContext *ctx, RWContext *rw,
1874 static int FUNC(scalability_structure)(CodedBitstreamContext *ctx, RWContext *rw,
1921 static int FUNC(metadata_scalability)(CodedBitstreamContext *ctx, RWContext *rw,
1929 CHECK(FUNC(scalability_structure)(ctx, rw, current));
1934 static int FUNC(metadata_itut_t35)(CodedBitstreamContext *ctx, RWContext *rw,
1962 static int FUNC(metadata_timecode)(CodedBitstreamContext *ctx, RWContext *rw,
2000 static int FUNC(metadata_obu)(CodedBitstreamContext *ctx, RWContext *rw,
2009 CHECK(FUNC(metadata_hdr_cll)(ctx, rw, &current->metadata.hdr_cll));
2012 CHECK(FUNC(metadata_hdr_mdcv)(ctx, rw, &current->metadata.hdr_mdcv));
2015 CHECK(FUNC(metadata_scalability)(ctx, rw, &current->metadata.scalability));
2018 CHECK(FUNC(metadata_itut_t35)(ctx, rw, &current->metadata.itut_t35));
2021 CHECK(FUNC(metadata_timecode)(ctx, rw, &current->metadata.timecode));
2031 static int FUNC(padding_obu)(CodedBitstreamContext *ctx, RWContext *rw,