Lines Matching refs:get_bits
28 #include "get_bits.h"
212 nal_prefix = get_bits(gb, 8);
214 rpu_type = get_bits(gb, 6);
222 hdr->rpu_format = get_bits(gb, 11);
225 hdr->vdr_rpu_profile = get_bits(gb, 4);
226 hdr->vdr_rpu_level = get_bits(gb, 4);
231 hdr->coef_data_type = get_bits(gb, 2);
243 hdr->vdr_rpu_normalized_idc = get_bits(gb, 2);
312 pivot += get_bits(gb, hdr->bl_bit_depth);
318 vdr->mapping.nlq_method_idc = get_bits(gb, 3);
358 int mmr_order_minus1 = get_bits(gb, 2);
375 nlq->nlq_offset = get_bits(gb, hdr->el_bit_depth);
429 color->signal_eotf = get_bits(gb, 16);
430 color->signal_eotf_param0 = get_bits(gb, 16);
431 color->signal_eotf_param1 = get_bits(gb, 16);
433 color->signal_bit_depth = get_bits(gb, 5);
435 color->signal_color_space = get_bits(gb, 2);
436 color->signal_chroma_format = get_bits(gb, 2);
437 color->signal_full_range_flag = get_bits(gb, 2);
438 color->source_min_pq = get_bits(gb, 12);
439 color->source_max_pq = get_bits(gb, 12);
440 color->source_diagonal = get_bits(gb, 10);