Lines Matching refs:get_ue_golomb_31
110 cpb_count = get_ue_golomb_31(gb) + 1;
183 sps->chroma_location = get_ue_golomb_31(gb) + 1;
184 get_ue_golomb_31(gb); /* chroma_sample_location_type_bottom_field */
226 get_ue_golomb_31(gb); /* max_bytes_per_pic_denom */
227 get_ue_golomb_31(gb); /* max_bits_per_mb_denom */
228 get_ue_golomb_31(gb); /* log2_max_mv_length_horizontal */
229 get_ue_golomb_31(gb); /* log2_max_mv_length_vertical */
230 sps->num_reorder_frames = get_ue_golomb_31(gb);
231 get_ue_golomb_31(gb); /*max_dec_frame_buffering*/
367 sps_id = get_ue_golomb_31(gb);
397 sps->chroma_format_idc = get_ue_golomb_31(gb);
409 sps->bit_depth_luma = get_ue_golomb_31(gb) + 8;
410 sps->bit_depth_chroma = get_ue_golomb_31(gb) + 8;
434 log2_max_frame_num_minus4 = get_ue_golomb_31(gb);
444 sps->poc_type = get_ue_golomb_31(gb);
447 unsigned t = get_ue_golomb_31(gb);
488 sps->ref_frame_count = get_ue_golomb_31(gb);
786 pps->sps_id = get_ue_golomb_31(gb);