Home
last modified time | relevance | path

Searched refs:pps_tc_offset_div2 (Results 1 – 24 of 24) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_hevc.c136 context->desc.h265.pps->pps_tc_offset_div2 = hevc->pps_tc_offset_div2; in vlVaHandlePictureParameterBufferHEVC()
/third_party/ffmpeg/libavcodec/
Dcbs_h265_syntax_template.c1108 se(pps_tc_offset_div2, -6, +6); in FUNC()
1111 infer(pps_tc_offset_div2, 0); in FUNC()
1117 infer(pps_tc_offset_div2, 0); in FUNC()
1565 infer(slice_tc_offset_div2, pps->pps_tc_offset_div2); in FUNC()
1571 infer(slice_tc_offset_div2, pps->pps_tc_offset_div2); in FUNC()
Dnvdec_hevc.c173 .pps_tc_offset_div2 = pps->tc_offset / 2, in nvdec_hevc_start_frame()
Ddxva2_hevc.c157 pp->pps_tc_offset_div2 = pps->tc_offset / 2; in fill_picture_parameters()
Dvdpau_hevc.c187 info->pps_tc_offset_div2 = pps->tc_offset / 2; in vdpau_hevc_start_frame()
Dcbs_h265.h391 int8_t pps_tc_offset_div2; member
Dvaapi_hevc.c156 .pps_tc_offset_div2 = pps->tc_offset / 2, in vaapi_hevc_start_frame()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/
Dvulkan_video_codec_h265std.h313 int8_t pps_tc_offset_div2; member
/third_party/mesa3d/src/amd/common/
Dac_uvd_dec.h216 int8_t pps_tc_offset_div2; member
Dac_vcn_dec.h795 signed char pps_tc_offset_div2; member
/third_party/mesa3d/include/vk_video/
Dvulkan_video_codec_h265std.h335 int8_t pps_tc_offset_div2; member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vk_video/
Dvulkan_video_codec_h265std.h343 int8_t pps_tc_offset_div2; member
/third_party/mesa3d/src/gallium/drivers/r600/
Dradeon_uvd.h217 int8_t pps_tc_offset_div2; member
/third_party/mesa3d/src/gallium/frontends/vdpau/
Ddecode.c486 picture->pps->pps_tc_offset_div2 = picture_info->pps_tc_offset_div2; in vlVdpDecoderRenderH265()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuviddec.h557 signed char pps_tc_offset_div2; member
/third_party/vulkan-headers/include/vk_video/
Dvulkan_video_codec_h265std.h412 int8_t pps_tc_offset_div2; member
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h610 int8_t pps_tc_offset_div2; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_uvd.c662 result.pps_tc_offset_div2 = pic->pps->pps_tc_offset_div2; in get_h265_msg()
Dradeon_vcn_dec.c370 result.pps_tc_offset_div2 = pic->pps->pps_tc_offset_div2; in get_h265_msg()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_h265.c597 pps->pps_tc_offset_div2 = vl_rbsp_se(rbsp); in picture_parameter_set()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah265dec.c702 .pps_tc_offset_div2 = pps->tc_offset_div2, in gst_va_h265_dec_start_picture()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl8890 int8_t pps_tc_offset_div2; member
DvkVulkan_c.inl890 deInt8 pps_tc_offset_div2; member
DvkStrUtilImpl.inl17015 s << "\tpps_tc_offset_div2 = " << value.pps_tc_offset_div2 << '\n';