Searched refs:GST_H264_IS_B_SLICE (Results 1 – 5 of 5) sorted by relevance
695 if (GST_H264_IS_B_SLICE (slice)) { in slice_parse_ref_pic_list_modification()784 if (GST_H264_IS_B_SLICE (slice)) { in gst_h264_slice_parse_pred_weight_table()797 if (GST_H264_IS_B_SLICE (slice)) { in gst_h264_slice_parse_pred_weight_table()827 if (GST_H264_IS_B_SLICE (slice)) { in gst_h264_slice_parse_pred_weight_table()2282 if (GST_H264_IS_B_SLICE (slice)) in gst_h264_parser_parse_slice_hdr()2331 if (GST_H264_IS_B_SLICE (slice)) in gst_h264_parser_parse_slice_hdr()2335 GST_H264_IS_B_SLICE (slice)) { in gst_h264_parser_parse_slice_hdr()2340 if (GST_H264_IS_B_SLICE (slice)) in gst_h264_parser_parse_slice_hdr()2351 || (pps->weighted_bipred_idc == 1 && GST_H264_IS_B_SLICE (slice))) { in gst_h264_parser_parse_slice_hdr()
49 #define GST_H264_IS_B_SLICE(slice) (((slice)->type % 5) == GST_H264_B_SLICE) macro
259 else if (pps->weighted_bipred_idc == 1 && GST_H264_IS_B_SLICE (header)) in _fill_pred_weight_table()
3277 } else if (GST_H264_IS_B_SLICE (slice_hdr)) { in gst_h264_decoder_modify_ref_pic_lists()
1093 else if (GST_H264_IS_B_SLICE (&slice)) in gst_h264_parse_process_nal()