Home | History | Annotate | Download | only in src

Lines Matching refs:slice_group_map_type

376         ue_v(stream, &(picParam->slice_group_map_type));
377 if (picParam->slice_group_map_type == 0)
384 else if (picParam->slice_group_map_type == 2)
392 else if (picParam->slice_group_map_type == 3 ||
393 picParam->slice_group_map_type == 4 ||
394 picParam->slice_group_map_type == 5)
399 else if (picParam->slice_group_map_type == 6)
757 if (currPPS->num_slice_groups_minus1 > 0 && currPPS->slice_group_map_type >= 3
758 && currPPS->slice_group_map_type <= 5)