Home
last modified time | relevance | path

Searched refs:HEVC_SLICE_B (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevc.h96 HEVC_SLICE_B = 0, enumerator
Dhevc_parser.c141 slice_type == HEVC_SLICE_B)) { in hevc_parse_slice_header()
146 s->pict_type = slice_type == HEVC_SLICE_B ? AV_PICTURE_TYPE_B : in hevc_parse_slice_header()
Dvaapi_hevc.c345 (sh->slice_type == HEVC_SLICE_B && !h->ps.pps->weighted_bipred_flag)) in fill_pred_weight_table()
363 if (sh->slice_type == HEVC_SLICE_B) { in fill_pred_weight_table()
406 int nb_list = (sh->slice_type == HEVC_SLICE_B) ? in vaapi_hevc_decode_slice()
Dcbs_h265_syntax_template.c1187 if (current->slice_type == HEVC_SLICE_B) { in FUNC()
1253 if (current->slice_type == HEVC_SLICE_B) { in FUNC()
1472 current->slice_type == HEVC_SLICE_B) { in FUNC()
1476 if (current->slice_type == HEVC_SLICE_B) in FUNC()
1489 if (current->slice_type == HEVC_SLICE_B) in FUNC()
1496 if (current->slice_type == HEVC_SLICE_B) in FUNC()
1514 (pps->weighted_bipred_flag && current->slice_type == HEVC_SLICE_B)) in FUNC()
Dhevc_mvs.c415 int available_l1 = (s->sh.slice_type == HEVC_SLICE_B) ? in derive_spatial_merge_candidates()
434 if (s->sh.slice_type == HEVC_SLICE_B && nb_orig_merge_cand > 1 && in derive_spatial_merge_candidates()
463 … mergecandlist[nb_merge_cand].pred_flag = PF_L0 + ((s->sh.slice_type == HEVC_SLICE_B) << 1); in derive_spatial_merge_candidates()
Dhevcdec.c212 if (s->sh.slice_type == HEVC_SLICE_B) { in pred_weight_table()
642 sh->slice_type == HEVC_SLICE_B)) { in hls_slice_header()
738 if (sh->slice_type == HEVC_SLICE_P || sh->slice_type == HEVC_SLICE_B) { in hls_slice_header()
742 if (sh->slice_type == HEVC_SLICE_B) in hls_slice_header()
747 if (sh->slice_type == HEVC_SLICE_B) in hls_slice_header()
771 if (sh->slice_type == HEVC_SLICE_B) { in hls_slice_header()
779 if (sh->slice_type == HEVC_SLICE_B) in hls_slice_header()
790 if (sh->slice_type == HEVC_SLICE_B) in hls_slice_header()
805 (s->ps.pps->weighted_bipred_flag && sh->slice_type == HEVC_SLICE_B)) { in hls_slice_header()
1492 (s->sh.slice_type == HEVC_SLICE_B && s->ps.pps->weighted_bipred_flag); in luma_mc_uni()
[all …]
Dh265_metadata_bsf.c356 if (slice->header.slice_type == HEVC_SLICE_B && in h265_metadata_update_fragment()
Dvaapi_encode_h265.c732 hpic->slice_type = HEVC_SLICE_B; in vaapi_encode_h265_init_picture_params()
994 sh->collocated_from_l0_flag = sh->slice_type == HEVC_SLICE_B; in vaapi_encode_h265_init_slice_params()
Dhevc_refs.c295 uint8_t nb_list = sh->slice_type == HEVC_SLICE_B ? 2 : 1; in ff_hevc_slice_rpl()
Dhevc_filter.c851 s->sh.slice_type == HEVC_SLICE_B) || in ff_hevc_hls_filter()