P_SLICE           469 libavcodec/hevc.c               sh->slice_type == P_SLICE ||
P_SLICE           564 libavcodec/hevc.c         if (sh->slice_type == P_SLICE || sh->slice_type == B_SLICE) {
P_SLICE           630 libavcodec/hevc.c             if ((s->pps->weighted_pred_flag   && sh->slice_type == P_SLICE) ||
P_SLICE          1297 libavcodec/hevc.c     int weight_flag      = (s->sh.slice_type == P_SLICE && s->pps->weighted_pred_flag) ||
P_SLICE          1360 libavcodec/hevc.c     int weight_flag      = (s->sh.slice_type == P_SLICE && s->pps->weighted_pred_flag) ||
P_SLICE          1446 libavcodec/hevc.c     int weight_flag      = (s->sh.slice_type == P_SLICE && s->pps->weighted_pred_flag) ||
P_SLICE          1511 libavcodec/hevc.c     int weight_flag      = (s->sh.slice_type == P_SLICE && s->pps->weighted_pred_flag) ||
P_SLICE           318 libavcodec/hevc_mvs.c     const int nb_refs = (s->sh.slice_type == P_SLICE) ?
P_SLICE           219 libavcodec/hevc_parser.c             if (!(sh->slice_type == I_SLICE || sh->slice_type == P_SLICE ||
P_SLICE           226 libavcodec/hevc_parser.c                            sh->slice_type == P_SLICE ? AV_PICTURE_TYPE_P :