Lines Matching refs:get_ue_golomb
466 sps->poc_cycle_length = get_ue_golomb(gb);
497 sps->mb_width = get_ue_golomb(gb) + 1;
498 sps->mb_height = get_ue_golomb(gb) + 1;
525 unsigned int crop_left = get_ue_golomb(gb);
526 unsigned int crop_right = get_ue_golomb(gb);
527 unsigned int crop_top = get_ue_golomb(gb);
528 unsigned int crop_bottom = get_ue_golomb(gb);
752 unsigned int pps_id = get_ue_golomb(gb);
817 pps->slice_group_count = get_ue_golomb(gb) + 1;
819 pps->mb_slice_group_map_type = get_ue_golomb(gb);
824 pps->ref_count[0] = get_ue_golomb(gb) + 1;
825 pps->ref_count[1] = get_ue_golomb(gb) + 1;