Home
last modified time | relevance | path

Searched refs:log2_sao_offset_scale_luma (Results 1 – 21 of 21) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dnvdec_hevc.c113 .log2_sao_offset_scale_luma = pps->log2_sao_offset_scale_luma, in nvdec_hevc_start_frame()
Dhevc_ps.h306 uint8_t log2_sao_offset_scale_luma; member
Dvaapi_hevc.c238 .log2_sao_offset_scale_luma = pps->log2_sao_offset_scale_luma, in vaapi_hevc_start_frame()
Dvdpau_hevc.c385 info2->log2SaoOffsetScaleLuma = pps->log2_sao_offset_scale_luma; in vdpau_hevc_start_frame()
Dcbs_h265.h418 uint8_t log2_sao_offset_scale_luma; member
Dhevc_ps.c1356 pps->log2_sao_offset_scale_luma = get_ue_golomb_long(gb); in pps_range_extensions()
1359 if ( pps->log2_sao_offset_scale_luma > FFMAX(sps->bit_depth - 10, 0) in pps_range_extensions()
Dcbs_h265_syntax_template.c987 ue(log2_sao_offset_scale_luma, 0, FFMAX(0, sps->bit_depth_luma_minus8 - 2)); in FUNC()
Dhevcdec.c1010 int log2_sao_offset_scale = c_idx == 0 ? s->ps.pps->log2_sao_offset_scale_luma : in hls_sao_param()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/
Dvulkan_video_codec_h265std.h324 uint8_t log2_sao_offset_scale_luma; member
/third_party/mesa3d/include/vk_video/
Dvulkan_video_codec_h265std.h344 uint8_t log2_sao_offset_scale_luma; member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vk_video/
Dvulkan_video_codec_h265std.h354 uint8_t log2_sao_offset_scale_luma; member
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuviddec.h521 unsigned char log2_sao_offset_scale_luma; member
Dgstnvh265dec.c623 COPY_FIELD_EXTENSION (log2_sao_offset_scale_luma); in gst_nv_h265_dec_picture_params_from_pps()
/third_party/vulkan-headers/include/vk_video/
Dvulkan_video_codec_h265std.h419 uint8_t log2_sao_offset_scale_luma; member
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah265dec.c591 .log2_sao_offset_scale_luma = pps_ext->log2_sao_offset_scale_luma, in _fill_picture_range_ext_parameter()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.h1021 guint8 log2_sao_offset_scale_luma; member
Dgsth265parser.c2298 READ_UE_ALLOWED (&nr, pps->pps_extension_params.log2_sao_offset_scale_luma, in gst_h265_parse_pps()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dh265parser.c752 assert_equals_int (pps.pps_extension_params.log2_sao_offset_scale_luma, 0); in GST_START_TEST()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl8897 uint8_t log2_sao_offset_scale_luma; member
DvkVulkan_c.inl897 deUint8 log2_sao_offset_scale_luma; member
DvkStrUtilImpl.inl17022 s << "\tlog2_sao_offset_scale_luma = " << value.log2_sao_offset_scale_luma << '\n';