Home
last modified time | relevance | path

Searched refs:HEVC_SLICE_P (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevc.h97 HEVC_SLICE_P = 1, enumerator
Dhevc_parser.c140 if (!(slice_type == HEVC_SLICE_I || slice_type == HEVC_SLICE_P || in hevc_parse_slice_header()
147 slice_type == HEVC_SLICE_P ? AV_PICTURE_TYPE_P : in hevc_parse_slice_header()
Dh265_metadata_bsf.c359 if (slice->header.slice_type == HEVC_SLICE_P && in h265_metadata_update_fragment()
Dhevcdec.c641 sh->slice_type == HEVC_SLICE_P || in hls_slice_header()
738 if (sh->slice_type == HEVC_SLICE_P || sh->slice_type == HEVC_SLICE_B) { in hls_slice_header()
804 if ((s->ps.pps->weighted_pred_flag && sh->slice_type == HEVC_SLICE_P) || in hls_slice_header()
1491 int weight_flag = (s->sh.slice_type == HEVC_SLICE_P && s->ps.pps->weighted_pred_flag) || in luma_mc_uni()
1554 int weight_flag = (s->sh.slice_type == HEVC_SLICE_P && s->ps.pps->weighted_pred_flag) || in luma_mc_bi()
1640 int weight_flag = (s->sh.slice_type == HEVC_SLICE_P && s->ps.pps->weighted_pred_flag) || in chroma_mc_uni()
1705 int weight_flag = (s->sh.slice_type == HEVC_SLICE_P && s->ps.pps->weighted_pred_flag) || in chroma_mc_bi()
Dvaapi_hevc.c344 (sh->slice_type == HEVC_SLICE_P && !h->ps.pps->weighted_pred_flag) || in fill_pred_weight_table()
Dhevc_mvs.c319 const int nb_refs = (s->sh.slice_type == HEVC_SLICE_P) ? in derive_spatial_merge_candidates()
Dcbs_h265_syntax_template.c1471 if (current->slice_type == HEVC_SLICE_P || in FUNC()
1513 if ((pps->weighted_pred_flag && current->slice_type == HEVC_SLICE_P) || in FUNC()
Dvaapi_encode_h265.c716 hpic->slice_type = HEVC_SLICE_P; in vaapi_encode_h265_init_picture_params()