Searched refs:MAX_UINT_BITS (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | cbs_mpeg2.c | 44 xui(width, name, current->name, 0, MAX_UINT_BITS(width), 0, ) 46 xui(width, name, current->name, 1, MAX_UINT_BITS(width), 0, ) 48 xui(width, name, current->name, 0, MAX_UINT_BITS(width), subs, __VA_ARGS__) 50 xui(width, name, current->name, 1, MAX_UINT_BITS(width), subs, __VA_ARGS__) 322 *pos++ & MAX_UINT_BITS(8 - slice->data_bit_start % 8)); in cbs_mpeg2_write_slice()
|
D | cbs_internal.h | 169 #define MAX_UINT_BITS(length) ((UINT64_C(1) << (length)) - 1) macro
|
D | cbs_h2645.c | 243 (bits_left > 7 || show_bits(gbc, bits_left) & MAX_UINT_BITS(bits_left - 1))); in cbs_h265_payload_extension_present() 267 xu(width, name, current->name, 0, MAX_UINT_BITS(width), 0, ) 281 xu(width, name, current->name, 0, MAX_UINT_BITS(width), subs, __VA_ARGS__) 344 if (show_bits(gbc, bits_left) & MAX_UINT_BITS(bits_left - 1)) in cbs_h2645_read_more_rbsp_data() 958 *pos++ & MAX_UINT_BITS(8 - data_bit_start % 8)); in cbs_h2645_write_slice_data() 981 temp = rest ? *pos : *pos & MAX_UINT_BITS(8 - data_bit_start % 8); in cbs_h2645_write_slice_data()
|
D | cbs_av1_syntax_template.c | 163 fc(32, num_units_in_display_tick, 1, MAX_UINT_BITS(32)); in FUNC() 164 fc(32, time_scale, 1, MAX_UINT_BITS(32)); in FUNC() 168 uvlc(num_ticks_per_picture_minus_1, 0, MAX_UINT_BITS(32) - 1); in FUNC() 1230 MAX_UINT_BITS(8) - (current->num_y_points - i - 1), in FUNC() 1252 MAX_UINT_BITS(8) - (current->num_cb_points - i - 1), in FUNC() 1260 MAX_UINT_BITS(8) - (current->num_cr_points - i - 1), in FUNC() 1865 fc(32, luminance_max, 1, MAX_UINT_BITS(32)); in FUNC() 1869 MAX_UINT_BITS(32))); in FUNC()
|
D | cbs_av1.c | 53 value = MAX_UINT_BITS(32); in cbs_av1_read_uvlc() 417 0, MAX_UINT_BITS(range_bits)); in cbs_av1_read_subexp() 482 0, MAX_UINT_BITS(range_bits)); in cbs_av1_write_subexp() 550 xf(width, name, current->name, 0, MAX_UINT_BITS(width), 0, ) 558 xf(width, name, current->name, 0, MAX_UINT_BITS(width), subs, __VA_ARGS__)
|
D | cbs_h264_syntax_template.c | 538 1, MAX_UINT_BITS(length), 1, i); in FUNC() 541 0, MAX_UINT_BITS(length), 1, i); in FUNC() 550 1, MAX_UINT_BITS(length), 1, i); in FUNC() 553 0, MAX_UINT_BITS(length), 1, i); in FUNC()
|
D | cbs_sei_syntax_template.c | 204 0, MAX_UINT_BITS(length), 0); in FUNC()
|