/third_party/mesa3d/src/gallium/frontends/va/ |
D | picture_hevc.c | 107 context->desc.h265.pps->diff_cu_qp_delta_depth = hevc->diff_cu_qp_delta_depth; in vlVaHandlePictureParameterBufferHEVC()
|
/third_party/ffmpeg/libavcodec/ |
D | nvdec_hevc.c | 150 .diff_cu_qp_delta_depth = pps->diff_cu_qp_delta_depth, in nvdec_hevc_start_frame()
|
D | dxva2_hevc.c | 155 pp->diff_cu_qp_delta_depth = pps->diff_cu_qp_delta_depth; in fill_picture_parameters()
|
D | vdpau_hevc.c | 142 info->diff_cu_qp_delta_depth = pps->diff_cu_qp_delta_depth; in vdpau_hevc_start_frame()
|
D | hevc_ps.h | 264 int diff_cu_qp_delta_depth; member
|
D | vaapi_hevc.c | 154 .diff_cu_qp_delta_depth = pps->diff_cu_qp_delta_depth, in vaapi_hevc_start_frame()
|
D | hevc_ps.c | 1581 pps->diff_cu_qp_delta_depth = 0; in ff_hevc_decode_nal_pps() 1583 pps->diff_cu_qp_delta_depth = get_ue_golomb_long(gb); in ff_hevc_decode_nal_pps() 1585 if (pps->diff_cu_qp_delta_depth < 0 || in ff_hevc_decode_nal_pps() 1586 pps->diff_cu_qp_delta_depth > sps->log2_diff_max_min_coding_block_size) { in ff_hevc_decode_nal_pps() 1588 pps->diff_cu_qp_delta_depth); in ff_hevc_decode_nal_pps()
|
D | vaapi_encode_h265.c | 531 pps->diff_cu_qp_delta_depth = 0; in vaapi_encode_h265_init_sequence_params() 639 .diff_cu_qp_delta_depth = pps->diff_cu_qp_delta_depth, in vaapi_encode_h265_init_sequence_params()
|
D | cbs_h265.h | 366 uint8_t diff_cu_qp_delta_depth; member
|
D | cbs_h265_syntax_template.c | 1069 ue(diff_cu_qp_delta_depth, in FUNC() 1072 infer(diff_cu_qp_delta_depth, 0); in FUNC()
|
D | hevc_filter.c | 83 s->ps.pps->diff_cu_qp_delta_depth)) - 1; in get_qPy_pred()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/ |
D | vulkan_video_codec_h265std.h | 305 uint8_t diff_cu_qp_delta_depth; member
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | radeon_uvd.h | 219 uint8_t diff_cu_qp_delta_depth; member
|
/third_party/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_uvd.h | 220 uint8_t diff_cu_qp_delta_depth; member
|
D | radeon_vcn_dec.h | 718 unsigned char diff_cu_qp_delta_depth; member
|
D | radeon_uvd.c | 663 result.diff_cu_qp_delta_depth = pic->pps->diff_cu_qp_delta_depth; in get_h265_msg()
|
/third_party/vulkan-headers/include/vk_video/ |
D | vulkan_video_codec_h265std.h | 335 uint8_t diff_cu_qp_delta_depth; member
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
D | decode.c | 468 picture->pps->diff_cu_qp_delta_depth = picture_info->diff_cu_qp_delta_depth; in vlVdpDecoderRenderH265()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | cuviddec.h | 531 unsigned char diff_cu_qp_delta_depth; member
|
D | gstnvh265dec.c | 551 COPY_FIELD (diff_cu_qp_delta_depth); in gst_nv_h265_dec_picture_params_from_pps()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvah265dec.c | 690 .diff_cu_qp_delta_depth = pps->diff_cu_qp_delta_depth, in gst_va_h265_dec_start_picture()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_video_state.h | 563 uint8_t diff_cu_qp_delta_depth; member
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gsth265parser.h | 1218 guint8 diff_cu_qp_delta_depth; member
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
D | vid_dec_h265.c | 559 pps->diff_cu_qp_delta_depth = vl_rbsp_ue(rbsp); in picture_parameter_set()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11h265dec.cpp | 556 COPY_FIELD (diff_cu_qp_delta_depth); in gst_d3d11_h265_dec_picture_params_from_pps()
|