Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dhevc.h96 HEVC_SLICE_B = 0, enumerator
H A Dvaapi_hevc.c354 (sh->slice_type == HEVC_SLICE_B && !h->ps.pps->weighted_bipred_flag)) in fill_pred_weight_table()
374 if (sh->slice_type == HEVC_SLICE_B) { in fill_pred_weight_table()
419 int nb_list = (sh->slice_type == HEVC_SLICE_B) ? in vaapi_hevc_decode_slice()
499 if (sh->slice_type == HEVC_SLICE_B) { in vaapi_hevc_decode_slice()
H A Dcbs_h265_syntax_template.c1190 if (current->slice_type == HEVC_SLICE_B) { in ref_pic_lists_modification()
1256 if (current->slice_type == HEVC_SLICE_B) { in pred_weight_table()
1475 current->slice_type == HEVC_SLICE_B) { in slice_segment_header()
1479 if (current->slice_type == HEVC_SLICE_B) in slice_segment_header()
1492 if (current->slice_type == HEVC_SLICE_B) in slice_segment_header()
1499 if (current->slice_type == HEVC_SLICE_B) in slice_segment_header()
1517 (pps->weighted_bipred_flag && current->slice_type == HEVC_SLICE_B)) in slice_segment_header()
H A Dhevc_parser.c140 slice_type == HEVC_SLICE_B)) { in hevc_parse_slice_header()
145 s->pict_type = slice_type == HEVC_SLICE_B ? AV_PICTURE_TYPE_B : in hevc_parse_slice_header()
H A Dhevc_mvs.c416 int available_l1 = (s->sh.slice_type == HEVC_SLICE_B) ? in derive_spatial_merge_candidates()
435 if (s->sh.slice_type == HEVC_SLICE_B && nb_orig_merge_cand > 1 && in derive_spatial_merge_candidates()
464 mergecandlist[nb_merge_cand].pred_flag = PF_L0 + ((s->sh.slice_type == HEVC_SLICE_B) << 1); in derive_spatial_merge_candidates()
H A Dvaapi_encode_h265.c799 hpic->slice_type = HEVC_SLICE_B; in vaapi_encode_h265_init_picture_params()
980 sh->slice_type = HEVC_SLICE_B; in vaapi_encode_h265_init_slice_params()
1067 if (sh->slice_type == HEVC_SLICE_B) in vaapi_encode_h265_init_slice_params()
1154 vslice->slice_type = HEVC_SLICE_B; in vaapi_encode_h265_init_slice_params()
H A Dhevcdec.c219 if (s->sh.slice_type == HEVC_SLICE_B) { in pred_weight_table()
665 sh->slice_type == HEVC_SLICE_B)) { in hls_slice_header()
761 if (sh->slice_type == HEVC_SLICE_P || sh->slice_type == HEVC_SLICE_B) { in hls_slice_header()
765 if (sh->slice_type == HEVC_SLICE_B) in hls_slice_header()
770 if (sh->slice_type == HEVC_SLICE_B) in hls_slice_header()
794 if (sh->slice_type == HEVC_SLICE_B) { in hls_slice_header()
802 if (sh->slice_type == HEVC_SLICE_B) in hls_slice_header()
813 if (sh->slice_type == HEVC_SLICE_B) in hls_slice_header()
828 (s->ps.pps->weighted_bipred_flag && sh->slice_type == HEVC_SLICE_B)) { in hls_slice_header()
1512 (s->sh.slice_type == HEVC_SLICE_B in luma_mc_uni()
[all...]
H A Dh265_metadata_bsf.c357 if (slice->header.slice_type == HEVC_SLICE_B && in h265_metadata_update_fragment()
H A Dhevc_refs.c303 uint8_t nb_list = sh->slice_type == HEVC_SLICE_B ? 2 : 1; in ff_hevc_slice_rpl()
H A Dhevc_filter.c860 s->sh.slice_type == HEVC_SLICE_B) || in ff_hevc_hls_filter()

Completed in 14 milliseconds