Home | History | Annotate | Download | only in omx

Lines Matching refs:slice_group_map_type

432       pps->slice_group_map_type = vl_rbsp_ue(rbsp);
434 if (pps->slice_group_map_type == 0) {
440 } else if (pps->slice_group_map_type == 2) {
450 } else if (pps->slice_group_map_type >= 3 && pps->slice_group_map_type <= 5) {
457 } else if (pps->slice_group_map_type == 6) {
948 if (pps->num_slice_groups_minus1 > 0 && pps->slice_group_map_type >= 3 && pps->slice_group_map_type <= 5)