HEVC_SLICE_I      485 libavcodec/hevc_cabac.c     if (s->sh.cabac_init_flag && s->sh.slice_type != HEVC_SLICE_I)
HEVC_SLICE_I      849 libavcodec/hevc_filter.c          s->sh.slice_type != HEVC_SLICE_I) ||
HEVC_SLICE_I      140 libavcodec/hevc_parser.c     if (!(slice_type == HEVC_SLICE_I || slice_type == HEVC_SLICE_P ||
HEVC_SLICE_I      603 libavcodec/hevcdec.c         if (!(sh->slice_type == HEVC_SLICE_I ||
HEVC_SLICE_I      610 libavcodec/hevcdec.c         if (IS_IRAP(s) && sh->slice_type != HEVC_SLICE_I) {
HEVC_SLICE_I     2143 libavcodec/hevcdec.c     if (s->sh.slice_type != HEVC_SLICE_I) {
HEVC_SLICE_I     2169 libavcodec/hevcdec.c         if (s->sh.slice_type != HEVC_SLICE_I)
HEVC_SLICE_I     2951 libavcodec/hevcdec.c             (s->avctx->skip_frame >= AVDISCARD_NONINTRA && s->sh.slice_type != HEVC_SLICE_I) ||
HEVC_SLICE_I     2992 libavcodec/hevcdec.c             s->sh.slice_type != HEVC_SLICE_I) {
HEVC_SLICE_I      689 libavcodec/vaapi_encode_h265.c         hpic->slice_type     = HEVC_SLICE_I;
HEVC_SLICE_I      697 libavcodec/vaapi_encode_h265.c             hpic->slice_type     = HEVC_SLICE_I;
HEVC_SLICE_I      343 libavcodec/vaapi_hevc.c     if (sh->slice_type == HEVC_SLICE_I ||
HEVC_SLICE_I      407 libavcodec/vaapi_hevc.c                   2 : (sh->slice_type == HEVC_SLICE_I ? 0 : 1);
HEVC_SLICE_I      437 libavcodec/vaapi_hevc.c         .five_minus_max_num_merge_cand = sh->slice_type == HEVC_SLICE_I ? 0 : 5 - sh->max_num_merge_cand,