Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dhevc.h97 HEVC_SLICE_P = 1, enumerator
H A Dhevc_parser.c139 if (!(slice_type == HEVC_SLICE_I || slice_type == HEVC_SLICE_P || in hevc_parse_slice_header()
146 slice_type == HEVC_SLICE_P ? AV_PICTURE_TYPE_P : in hevc_parse_slice_header()
H A Dh265_metadata_bsf.c360 if (slice->header.slice_type == HEVC_SLICE_P && in h265_metadata_update_fragment()
H A Dhevc_mvs.c320 const int nb_refs = (s->sh.slice_type == HEVC_SLICE_P) ? in derive_spatial_merge_candidates()
H A Dvaapi_hevc.c353 (sh->slice_type == HEVC_SLICE_P && !h->ps.pps->weighted_pred_flag) || in fill_pred_weight_table()
H A Dcbs_h265_syntax_template.c1474 if (current->slice_type == HEVC_SLICE_P || in slice_segment_header()
1516 if ((pps->weighted_pred_flag && current->slice_type == HEVC_SLICE_P) || in slice_segment_header()
H A Dvaapi_encode_h265.c783 hpic->slice_type = HEVC_SLICE_P; in vaapi_encode_h265_init_picture_params()
979 if (sh->slice_type == HEVC_SLICE_P && ctx->p_to_gpb) in vaapi_encode_h265_init_slice_params()
H A Dhevcdec.c664 sh->slice_type == HEVC_SLICE_P || in hls_slice_header()
761 if (sh->slice_type == HEVC_SLICE_P || sh->slice_type == HEVC_SLICE_B) { in hls_slice_header()
827 if ((s->ps.pps->weighted_pred_flag && sh->slice_type == HEVC_SLICE_P) || in hls_slice_header()
1511 int weight_flag = (s->sh.slice_type == HEVC_SLICE_P && s->ps.pps->weighted_pred_flag) || in luma_mc_uni()
1575 int weight_flag = (s->sh.slice_type == HEVC_SLICE_P && s->ps.pps->weighted_pred_flag) || in luma_mc_bi()
1661 int weight_flag = (s->sh.slice_type == HEVC_SLICE_P && s->ps.pps->weighted_pred_flag) || in chroma_mc_uni()
1728 int weight_flag = (s->sh.slice_type == HEVC_SLICE_P && s->ps.pps->weighted_pred_flag) || in chroma_mc_bi()

Completed in 17 milliseconds