Lines Matching refs:fc

328 #define fc(width, name, range_min, range_max) \  macro
414 fc(1, obu_forbidden_bit, 0, 0); in mpp_av1_read_obu_header()
416 fc(4, obu_type, 0, AV1_OBU_PADDING); in mpp_av1_read_obu_header()
420 fc(1, obu_reserved_1bit, 0, 0); in mpp_av1_read_obu_header()
425 fc(3, extension_header_reserved_3bits, 0, 0); in mpp_av1_read_obu_header()
541 fc(2, chroma_sample_position, AV1_CSP_UNKNOWN, in mpp_av1_color_config()
557 fc(32, num_units_in_display_tick, 1, MAX_UINT_BITS(32)); in mpp_av1_timing_info()
558 fc(32, time_scale, 1, MAX_UINT_BITS(32)); in mpp_av1_timing_info()
585 fc(3, seq_profile, PROFILE_AV1_MAIN, in mpp_av1_sequence_header_obu()
1670 fc(4, num_y_points, 0, 14); in mpp_av1_film_grain_params()
1692 fc(4, num_cb_points, 0, 10); in mpp_av1_film_grain_params()
1700 fc(4, num_cr_points, 0, 10); in mpp_av1_film_grain_params()
2213 fc(tile_bits, tg_start, ctx->tile_num, num_tiles - 1); in mpp_av1_tile_group_obu()
2214 fc(tile_bits, tg_end, current->tg_start, num_tiles - 1); in mpp_av1_tile_group_obu()
2289 fc(32, luminance_max, 1, MAX_UINT_BITS(32)); in mpp_av1_metadata_hdr_mdcv()
2292 fc(32, luminance_min, 0, MPP_MIN(((RK_U64)current->luminance_max << 6) - 1, in mpp_av1_metadata_hdr_mdcv()
2324 fc(3, scalability_structure_reserved_3bits, 0, 0); in mpp_av1_scalability_structure()
2548 fc(6, seconds_value, 0, 59); in mpp_av1_metadata_timecode()
2549 fc(6, minutes_value, 0, 59); in mpp_av1_metadata_timecode()
2550 fc(5, hours_value, 0, 23); in mpp_av1_metadata_timecode()
2554 fc(6, seconds_value, 0, 59); in mpp_av1_metadata_timecode()
2557 fc(6, minutes_value, 0, 59); in mpp_av1_metadata_timecode()
2560 fc(5, hours_value, 0, 23); in mpp_av1_metadata_timecode()