Home
last modified time | relevance | path

Searched refs:slice_cr_qp_offset (Results 1 – 17 of 17) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/include/vk_video/
Dvulkan_video_codec_h265std_encode.h70 int8_t slice_cr_qp_offset; // [-12, 12] member
/third_party/mesa3d/include/vk_video/
Dvulkan_video_codec_h265std_encode.h71 int8_t slice_cr_qp_offset; member
/third_party/vulkan-headers/include/vk_video/
Dvulkan_video_codec_h265std_encode.h88 int8_t slice_cr_qp_offset; member
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_hevc_enc.c115 context->desc.h265enc.slice.slice_cr_qp_offset = h265->slice_cr_qp_offset; in vlVaHandleVAEncSliceParameterBufferTypeHEVC()
/third_party/ffmpeg/libavcodec/
Dvaapi_hevc.c433 .slice_cr_qp_offset = sh->slice_cr_qp_offset, in vaapi_hevc_decode_slice()
Dhevcdec.h294 int slice_cr_qp_offset; member
Dvaapi_encode_h265.c1031 .slice_cr_qp_offset = sh->slice_cr_qp_offset, in vaapi_encode_h265_init_slice_params()
Dcbs_h265.h512 int8_t slice_cr_qp_offset; member
Dcbs_h265_syntax_template.c1529 se(slice_cr_qp_offset, -12, +12); in FUNC()
1532 infer(slice_cr_qp_offset, 0); in FUNC()
Dhevcdec.c824 sh->slice_cr_qp_offset = get_se_golomb(gb); in hls_slice_header()
826 sh->slice_cr_qp_offset < -12 || sh->slice_cr_qp_offset > 12) { in hls_slice_header()
832 sh->slice_cr_qp_offset = 0; in hls_slice_header()
Dhevc_cabac.c1107 offset = s->ps.pps->cr_qp_offset + s->sh.slice_cr_qp_offset + in ff_hevc_hls_residual_coding()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h491 int8_t slice_cr_qp_offset; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_vcn_enc.c180 enc->enc_pic.hevc_deblock.cr_qp_offset = pic->slice.slice_cr_qp_offset; in radeon_vcn_enc_get_param()
Dradeon_uvd_enc_1_1.c365 enc->enc_pic.hevc_deblock.cr_qp_offset = pic->slice.slice_cr_qp_offset; in radeon_uvd_enc_deblocking_filter_hevc()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah265dec.c511 .slice_cr_qp_offset = header->cr_qp_offset, in gst_va_h265_dec_decode_slice()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl9076 int8_t slice_cr_qp_offset; member
DvkStrUtilImpl.inl17168 s << "\tslice_cr_qp_offset = " << value.slice_cr_qp_offset << '\n';