/third_party/ffmpeg/libavcodec/ |
D | vaapi_hevc.c | 175 .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()
|
D | nvdec_hevc.c | 156 .weighted_bipred_flag = pps->weighted_bipred_flag, in nvdec_hevc_start_frame()
|
D | vdpau_hevc.c | 147 info->weighted_bipred_flag = pps->weighted_bipred_flag; in vdpau_hevc_start_frame()
|
D | hevc_ps.h | 270 uint8_t weighted_bipred_flag; member
|
D | dxva2_hevc.c | 124 … (pps->weighted_bipred_flag << 5) | in fill_picture_parameters()
|
D | vaapi_encode_h265.c | 662 .weighted_bipred_flag = pps->weighted_bipred_flag, in vaapi_encode_h265_init_sequence_params()
|
D | cbs_h265.h | 373 uint8_t weighted_bipred_flag; member
|
D | hevcdec.c | 805 (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()
|
D | cbs_h265_syntax_template.c | 1079 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/ |
D | picture_hevc.c | 113 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/ |
D | vulkan_video_codec_h265std.h | 269 uint32_t weighted_bipred_flag : 1; member
|
/third_party/mesa3d/include/vk_video/ |
D | vulkan_video_codec_h265std.h | 296 uint32_t weighted_bipred_flag : 1; member
|
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vk_video/ |
D | vulkan_video_codec_h265std.h | 299 uint32_t weighted_bipred_flag : 1; member
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvah265dec.c | 359 (!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/ |
D | decode.c | 471 picture->pps->weighted_bipred_flag = picture_info->weighted_bipred_flag; in vlVdpDecoderRenderH265()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | cuviddec.h | 538 unsigned char weighted_bipred_flag; member
|
D | gstnvh265dec.c | 557 COPY_FIELD (weighted_bipred_flag); in gst_nv_h265_dec_picture_params_from_pps()
|
/third_party/vulkan-headers/include/vk_video/ |
D | vulkan_video_codec_h265std.h | 375 uint32_t weighted_bipred_flag : 1; member
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_video_state.h | 595 uint8_t weighted_bipred_flag; member
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gsth265parser.h | 1224 guint8 weighted_bipred_flag; member
|
D | gsth265parser.c | 2177 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/ |
D | vid_dec_h265.c | 566 pps->weighted_bipred_flag = vl_rbsp_u(rbsp, 1); in picture_parameter_set()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | video_encode_h265_extensions.adoc | 187 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/ |
D | gstd3d11h265dec.cpp | 525 COPY_FIELD (weighted_bipred_flag); in gst_d3d11_h265_dec_picture_params_from_pps()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | radeon_uvd.c | 642 result.pps_info_flags |= pic->pps->weighted_bipred_flag << 9; in get_h265_msg()
|