Home
last modified time | relevance | path

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

12

/third_party/ffmpeg/libavcodec/
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()
Dnvdec_hevc.c156 .weighted_bipred_flag = pps->weighted_bipred_flag, in nvdec_hevc_start_frame()
Dvdpau_hevc.c147 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.c662 .weighted_bipred_flag = pps->weighted_bipred_flag, in vaapi_encode_h265_init_sequence_params()
Dcbs_h265.h373 uint8_t weighted_bipred_flag; member
Dhevcdec.c805 (s->ps.pps->weighted_bipred_flag && sh->slice_type == HEVC_SLICE_B)) { in hls_slice_header()
1492 (s->sh.slice_type == HEVC_SLICE_B && s->ps.pps->weighted_bipred_flag); in luma_mc_uni()
1555 (s->sh.slice_type == HEVC_SLICE_B && s->ps.pps->weighted_bipred_flag); in luma_mc_bi()
1641 (s->sh.slice_type == HEVC_SLICE_B && s->ps.pps->weighted_bipred_flag); in chroma_mc_uni()
1706 (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()
1514 (pps->weighted_bipred_flag && current->slice_type == HEVC_SLICE_B)) in FUNC()
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_hevc.c113 context->desc.h265.pps->weighted_bipred_flag = hevc->pic_fields.bits.weighted_bipred_flag; in vlVaHandlePictureParameterBufferHEVC()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/
Dvulkan_video_codec_h265std.h269 uint32_t weighted_bipred_flag : 1; member
/third_party/mesa3d/include/vk_video/
Dvulkan_video_codec_h265std.h296 uint32_t weighted_bipred_flag : 1; member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vk_video/
Dvulkan_video_codec_h265std.h299 uint32_t weighted_bipred_flag : 1; member
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah265dec.c359 (!pps->weighted_bipred_flag && GST_H265_IS_B_SLICE (header))) in _fill_pred_weight_table()
717 .weighted_bipred_flag = pps->weighted_bipred_flag, in gst_va_h265_dec_start_picture()
/third_party/mesa3d/src/gallium/frontends/vdpau/
Ddecode.c471 picture->pps->weighted_bipred_flag = picture_info->weighted_bipred_flag; in vlVdpDecoderRenderH265()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuviddec.h538 unsigned char weighted_bipred_flag; member
Dgstnvh265dec.c557 COPY_FIELD (weighted_bipred_flag); in gst_nv_h265_dec_picture_params_from_pps()
/third_party/vulkan-headers/include/vk_video/
Dvulkan_video_codec_h265std.h375 uint32_t weighted_bipred_flag : 1; member
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h595 uint8_t weighted_bipred_flag; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.h1224 guint8 weighted_bipred_flag; member
Dgsth265parser.c2177 READ_UINT8 (&nr, pps->weighted_bipred_flag, 1); in gst_h265_parse_pps()
2639 (pps->weighted_bipred_flag && GST_H265_IS_B_SLICE (slice))) in gst_h265_parser_parse_slice_hdr()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_h265.c566 pps->weighted_bipred_flag = vl_rbsp_u(rbsp, 1); in picture_parameter_set()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dvideo_encode_h265_extensions.adoc187 enabling weighted_bipred_flag in StdVideoH265PpsFlags is supported.
189 reports that when weighted_pred_flag or weighted_bipred_flag in
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11h265dec.cpp525 COPY_FIELD (weighted_bipred_flag); in gst_d3d11_h265_dec_picture_params_from_pps()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_uvd.c642 result.pps_info_flags |= pic->pps->weighted_bipred_flag << 9; in get_h265_msg()

12