Searched refs:GST_H265_IS_B_SLICE (Results 1 – 4 of 4) sorted by relevance
931 if (GST_H265_IS_B_SLICE (slice)) { in gst_h265_slice_parse_ref_pic_list_modification()985 if (GST_H265_IS_B_SLICE (slice)) { in gst_h265_slice_parse_pred_weight_table()2570 if (GST_H265_IS_B_SLICE (slice) || GST_H265_IS_P_SLICE (slice)) { in gst_h265_parser_parse_slice_hdr()2575 if (GST_H265_IS_B_SLICE (slice)) in gst_h265_parser_parse_slice_hdr()2610 if (GST_H265_IS_B_SLICE (slice)) in gst_h265_parser_parse_slice_hdr()2615 if (GST_H265_IS_B_SLICE (slice)) in gst_h265_parser_parse_slice_hdr()2625 || ((GST_H265_IS_B_SLICE (slice)) in gst_h265_parser_parse_slice_hdr()2629 } else if ((GST_H265_IS_B_SLICE (slice)) in gst_h265_parser_parse_slice_hdr()2637 (pps->weighted_bipred_flag && GST_H265_IS_B_SLICE (slice))) in gst_h265_parser_parse_slice_hdr()
41 #define GST_H265_IS_B_SLICE(slice) ((slice)->type == GST_H265_B_SLICE) macro
359 (!pps->weighted_bipred_flag && GST_H265_IS_B_SLICE (header))) in _fill_pred_weight_table()418 if (!GST_H265_IS_B_SLICE (header)) in _fill_pred_weight_table()
894 else if (GST_H265_IS_B_SLICE (&slice)) in gst_h265_parse_process_nal()