Lines Matching refs:get_bits
117 get_bits(gb, 4); /* bit_rate_scale */
118 get_bits(gb, 4); /* cpb_size_scale */
124 sps->initial_cpb_removal_delay_length = get_bits(gb, 5) + 1;
125 sps->cpb_removal_delay_length = get_bits(gb, 5) + 1;
126 sps->dpb_output_delay_length = get_bits(gb, 5) + 1;
127 sps->time_offset_length = get_bits(gb, 5);
141 aspect_ratio_idc = get_bits(gb, 8);
143 sps->sar.num = get_bits(gb, 16);
144 sps->sar.den = get_bits(gb, 16);
161 get_bits(gb, 3); /* video_format */
166 sps->color_primaries = get_bits(gb, 8); /* colour_primaries */
167 sps->color_trc = get_bits(gb, 8); /* transfer_characteristics */
168 sps->colorspace = get_bits(gb, 8); /* matrix_coefficients */
358 profile_idc = get_bits(gb, 8);
366 level_idc = get_bits(gb, 8);
835 pps->weighted_bipred_idc = get_bits(gb, 2);