HEVC_SLICE_P     1452 libavcodec/cbs_h265_syntax_template.c         if (current->slice_type == HEVC_SLICE_P ||
HEVC_SLICE_P     1494 libavcodec/cbs_h265_syntax_template.c             if ((pps->weighted_pred_flag   && current->slice_type == HEVC_SLICE_P) ||
HEVC_SLICE_P      439 libavcodec/h265_metadata_bsf.c                     if (slice->header.slice_type == HEVC_SLICE_P &&
HEVC_SLICE_P      319 libavcodec/hevc_mvs.c     const int nb_refs = (s->sh.slice_type == HEVC_SLICE_P) ?
HEVC_SLICE_P      140 libavcodec/hevc_parser.c     if (!(slice_type == HEVC_SLICE_I || slice_type == HEVC_SLICE_P ||
HEVC_SLICE_P      147 libavcodec/hevc_parser.c                    slice_type == HEVC_SLICE_P ? AV_PICTURE_TYPE_P :
HEVC_SLICE_P      604 libavcodec/hevcdec.c               sh->slice_type == HEVC_SLICE_P ||
HEVC_SLICE_P      701 libavcodec/hevcdec.c         if (sh->slice_type == HEVC_SLICE_P || sh->slice_type == HEVC_SLICE_B) {
HEVC_SLICE_P      767 libavcodec/hevcdec.c             if ((s->ps.pps->weighted_pred_flag   && sh->slice_type == HEVC_SLICE_P) ||
HEVC_SLICE_P     1449 libavcodec/hevcdec.c     int weight_flag      = (s->sh.slice_type == HEVC_SLICE_P && s->ps.pps->weighted_pred_flag) ||
HEVC_SLICE_P     1512 libavcodec/hevcdec.c     int weight_flag      = (s->sh.slice_type == HEVC_SLICE_P && s->ps.pps->weighted_pred_flag) ||
HEVC_SLICE_P     1598 libavcodec/hevcdec.c     int weight_flag      = (s->sh.slice_type == HEVC_SLICE_P && s->ps.pps->weighted_pred_flag) ||
HEVC_SLICE_P     1663 libavcodec/hevcdec.c     int weight_flag      = (s->sh.slice_type == HEVC_SLICE_P && s->ps.pps->weighted_pred_flag) ||
HEVC_SLICE_P      702 libavcodec/vaapi_encode_h265.c             hpic->slice_type     = HEVC_SLICE_P;
HEVC_SLICE_P      344 libavcodec/vaapi_hevc.c         (sh->slice_type == HEVC_SLICE_P && !h->ps.pps->weighted_pred_flag) ||