Home
last modified time | relevance | path

Searched refs:pps_act_y_qp_offset_plus5 (Results 1 – 12 of 12) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/
Dvulkan_video_codec_h265std.h328 int8_t pps_act_y_qp_offset_plus5; member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vk_video/
Dvulkan_video_codec_h265std.h358 int8_t pps_act_y_qp_offset_plus5; member
/third_party/mesa3d/include/vk_video/
Dvulkan_video_codec_h265std.h346 int8_t pps_act_y_qp_offset_plus5; member
/third_party/vulkan-headers/include/vk_video/
Dvulkan_video_codec_h265std.h421 int8_t pps_act_y_qp_offset_plus5; member
/third_party/ffmpeg/libavcodec/
Dcbs_h265_syntax_template.c1003 se(pps_act_y_qp_offset_plus5, -7, +17); in FUNC()
1008 infer(pps_act_y_qp_offset_plus5, 0); in FUNC()
1536 -12 - (pps->pps_act_y_qp_offset_plus5 - 5), in FUNC()
1537 +12 - (pps->pps_act_y_qp_offset_plus5 - 5)); in FUNC()
Dcbs_h265.h425 int8_t pps_act_y_qp_offset_plus5; member
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah265dec.c625 .pps_act_y_qp_offset_plus5 = pps_scc->pps_act_y_qp_offset_plus5, in _fill_screen_content_ext_parameter()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.h1059 guint8 pps_act_y_qp_offset_plus5; member
Dgsth265parser.c2327 pps->pps_scc_extension_params.pps_act_y_qp_offset_plus5, -7, 17); in gst_h265_parse_pps()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl6853 int8_t pps_act_y_qp_offset_plus5; member
DvkVulkan_c.inl788 deInt8 pps_act_y_qp_offset_plus5; member
DvkStrUtilImpl.inl13643 s << "\tpps_act_y_qp_offset_plus5 = " << value.pps_act_y_qp_offset_plus5 << '\n';