B_SLICE 192 libavcodec/hevc.c if (s->sh.slice_type == B_SLICE) { B_SLICE 470 libavcodec/hevc.c sh->slice_type == B_SLICE)) { B_SLICE 564 libavcodec/hevc.c if (sh->slice_type == P_SLICE || sh->slice_type == B_SLICE) { B_SLICE 568 libavcodec/hevc.c if (sh->slice_type == B_SLICE) B_SLICE 573 libavcodec/hevc.c if (sh->slice_type == B_SLICE) B_SLICE 597 libavcodec/hevc.c if (sh->slice_type == B_SLICE) { B_SLICE 605 libavcodec/hevc.c if (sh->slice_type == B_SLICE) B_SLICE 616 libavcodec/hevc.c if (sh->slice_type == B_SLICE) B_SLICE 631 libavcodec/hevc.c (s->pps->weighted_bipred_flag && sh->slice_type == B_SLICE)) { B_SLICE 1298 libavcodec/hevc.c (s->sh.slice_type == B_SLICE && s->pps->weighted_bipred_flag); B_SLICE 1361 libavcodec/hevc.c (s->sh.slice_type == B_SLICE && s->pps->weighted_bipred_flag); B_SLICE 1447 libavcodec/hevc.c (s->sh.slice_type == B_SLICE && s->pps->weighted_bipred_flag); B_SLICE 1512 libavcodec/hevc.c (s->sh.slice_type == B_SLICE && s->pps->weighted_bipred_flag); B_SLICE 1612 libavcodec/hevc.c if (s->sh.slice_type == B_SLICE) B_SLICE 414 libavcodec/hevc_mvs.c int available_l1 = (s->sh.slice_type == B_SLICE) ? B_SLICE 433 libavcodec/hevc_mvs.c if (s->sh.slice_type == B_SLICE && nb_orig_merge_cand > 1 && B_SLICE 462 libavcodec/hevc_mvs.c mergecandlist[nb_merge_cand].pred_flag = PF_L0 + ((s->sh.slice_type == B_SLICE) << 1); B_SLICE 220 libavcodec/hevc_parser.c sh->slice_type == B_SLICE)) { B_SLICE 225 libavcodec/hevc_parser.c s->pict_type = sh->slice_type == B_SLICE ? AV_PICTURE_TYPE_B : B_SLICE 302 libavcodec/hevc_refs.c uint8_t nb_list = sh->slice_type == B_SLICE ? 2 : 1;