Searched refs:fc (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/dec/av1/ |
| H A D | av1d_cbs.c | 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() [all …]
|