Home
last modified time | relevance | path

Searched refs:HEVC_SLICE_I (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevc.h98 HEVC_SLICE_I = 2, enumerator
Dvaapi_hevc.c343 if (sh->slice_type == HEVC_SLICE_I || in fill_pred_weight_table()
407 2 : (sh->slice_type == HEVC_SLICE_I ? 0 : 1); in vaapi_hevc_decode_slice()
437 … .five_minus_max_num_merge_cand = sh->slice_type == HEVC_SLICE_I ? 0 : 5 - sh->max_num_merge_cand, in vaapi_hevc_decode_slice()
Dhevc_parser.c140 if (!(slice_type == HEVC_SLICE_I || slice_type == HEVC_SLICE_P || in hevc_parse_slice_header()
Dvaapi_encode_h265.c703 hpic->slice_type = HEVC_SLICE_I; in vaapi_encode_h265_init_picture_params()
711 hpic->slice_type = HEVC_SLICE_I; in vaapi_encode_h265_init_picture_params()
Dhevcdec.c640 if (!(sh->slice_type == HEVC_SLICE_I || in hls_slice_header()
647 if (IS_IRAP(s) && sh->slice_type != HEVC_SLICE_I) { in hls_slice_header()
2185 if (s->sh.slice_type != HEVC_SLICE_I) { in hls_coding_unit()
2211 if (s->sh.slice_type != HEVC_SLICE_I) in hls_coding_unit()
3048 (s->avctx->skip_frame >= AVDISCARD_NONINTRA && s->sh.slice_type != HEVC_SLICE_I) || in decode_nal_unit()
3089 s->sh.slice_type != HEVC_SLICE_I) { in decode_nal_unit()
Dhevc_cabac.c492 if (s->sh.cabac_init_flag && s->sh.slice_type != HEVC_SLICE_I) in cabac_init_state()
Dhevc_filter.c849 s->sh.slice_type != HEVC_SLICE_I) || in ff_hevc_hls_filter()