Searched refs:MAX_UINT_BITS (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/dec/av1/ |
| H A D | av1d_cbs.c | 37 #define MAX_UINT_BITS(length) ((UINT64_C(1) << (length)) - 1) macro 264 0, MAX_UINT_BITS(range_bits)); in mpp_av1_read_subexp() 327 xf(width, name, current->name, 0, MAX_UINT_BITS(width), 0, ) 335 xf(width, name, current->name, 0, MAX_UINT_BITS(width), subs, __VA_ARGS__) 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() 562 uvlc(num_ticks_per_picture_minus_1, 0, MAX_UINT_BITS(32) - 1); in mpp_av1_timing_info() 1674 MAX_UINT_BITS(8) - (current->num_y_points - i - 1), in mpp_av1_film_grain_params() 1696 MAX_UINT_BITS(8) - (current->num_cb_points - i - 1), in mpp_av1_film_grain_params() 1704 MAX_UINT_BITS(8) - (current->num_cr_points - i - 1), in mpp_av1_film_grain_params() [all …]
|