Home
last modified time | relevance | path

Searched refs:weighted_bipred_flag (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dnvdec_hevc.c156 .weighted_bipred_flag = pps->weighted_bipred_flag, in nvdec_hevc_start_frame()
Dvaapi_hevc.c175 .weighted_bipred_flag = pps->weighted_bipred_flag, in vaapi_hevc_start_frame()
345 (sh->slice_type == HEVC_SLICE_B && !h->ps.pps->weighted_bipred_flag)) in fill_pred_weight_table()
Dvdpau_hevc.c145 info->weighted_bipred_flag = pps->weighted_bipred_flag; in vdpau_hevc_start_frame()
Dhevc_ps.h270 uint8_t weighted_bipred_flag; member
Ddxva2_hevc.c124 … (pps->weighted_bipred_flag << 5) | in fill_picture_parameters()
Dvaapi_encode_h265.c655 .weighted_bipred_flag = pps->weighted_bipred_flag, in vaapi_encode_h265_init_sequence_params()
Dcbs_h265.h381 uint8_t weighted_bipred_flag; member
Dhevcdec.c768 (s->ps.pps->weighted_bipred_flag && sh->slice_type == HEVC_SLICE_B)) { in hls_slice_header()
1455 (s->sh.slice_type == HEVC_SLICE_B && s->ps.pps->weighted_bipred_flag); in luma_mc_uni()
1518 (s->sh.slice_type == HEVC_SLICE_B && s->ps.pps->weighted_bipred_flag); in luma_mc_bi()
1604 (s->sh.slice_type == HEVC_SLICE_B && s->ps.pps->weighted_bipred_flag); in chroma_mc_uni()
1669 (s->sh.slice_type == HEVC_SLICE_B && s->ps.pps->weighted_bipred_flag); in chroma_mc_bi()
Dcbs_h265_syntax_template.c1079 flag(weighted_bipred_flag); in FUNC()
1495 (pps->weighted_bipred_flag && current->slice_type == HEVC_SLICE_B)) in FUNC()
Dhevc_ps.c1610 pps->weighted_bipred_flag = get_bits1(gb); in ff_hevc_decode_nal_pps()
/third_party/gstreamer/gstplugins_bad/sys/nvdec/
Dcuviddec.h536 unsigned char weighted_bipred_flag; member
/third_party/mingw-w64/mingw-w64-headers/include/
Ddxva.h291 UINT32 weighted_bipred_flag : 1; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.h903 guint8 weighted_bipred_flag; member
Dgsth265parser.c1909 READ_UINT8 (&nr, pps->weighted_bipred_flag, 1); in gst_h265_parse_pps()
2232 (pps->weighted_bipred_flag && GST_H265_IS_B_SLICE (slice))) in gst_h265_parser_parse_slice_hdr()