Home
last modified time | relevance | path

Searched refs:pps_act_cb_qp_offset_plus5 (Results 1 – 10 of 10) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/
Dvulkan_video_codec_h265std.h329 int8_t pps_act_cb_qp_offset_plus5; member
/third_party/vulkan-headers/include/vk_video/
Dvulkan_video_codec_h265std.h359 int8_t pps_act_cb_qp_offset_plus5; member
/third_party/ffmpeg/libavcodec/
Dcbs_h265_syntax_template.c1004 se(pps_act_cb_qp_offset_plus5, -7, +17); in FUNC()
1009 infer(pps_act_cb_qp_offset_plus5, 0); in FUNC()
1539 -12 - (pps->pps_act_cb_qp_offset_plus5 - 5), in FUNC()
1540 +12 - (pps->pps_act_cb_qp_offset_plus5 - 5)); in FUNC()
Dcbs_h265.h426 int8_t pps_act_cb_qp_offset_plus5; member
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah265dec.c626 .pps_act_cb_qp_offset_plus5 = pps_scc->pps_act_cb_qp_offset_plus5, in _fill_screen_content_ext_parameter()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.h1060 guint8 pps_act_cb_qp_offset_plus5; member
Dgsth265parser.c2327 pps->pps_scc_extension_params.pps_act_cb_qp_offset_plus5, -7, 17); in gst_h265_parse_pps()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl6804 int8_t pps_act_cb_qp_offset_plus5; member
DvkVulkan_c.inl789 deInt8 pps_act_cb_qp_offset_plus5; member
DvkStrUtilImpl.inl13562 s << "\tpps_act_cb_qp_offset_plus5 = " << value.pps_act_cb_qp_offset_plus5 << '\n';