Home
last modified time | relevance | path

Searched refs:chroma_qp_index_offset (Results 1 – 25 of 37) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Dh264_ps.c836 pps->chroma_qp_index_offset[0] = get_se_golomb(gb); in ff_h264_decode_picture_parameter_set()
837 if (pps->chroma_qp_index_offset[0] < -12 || pps->chroma_qp_index_offset[0] > 12) { in ff_h264_decode_picture_parameter_set()
860 pps->chroma_qp_index_offset[1] = get_se_golomb(gb); in ff_h264_decode_picture_parameter_set()
861 if (pps->chroma_qp_index_offset[1] < -12 || pps->chroma_qp_index_offset[1] > 12) { in ff_h264_decode_picture_parameter_set()
866 pps->chroma_qp_index_offset[1] = pps->chroma_qp_index_offset[0]; in ff_h264_decode_picture_parameter_set()
869 build_qp_table(pps, 0, pps->chroma_qp_index_offset[0], in ff_h264_decode_picture_parameter_set()
871 build_qp_table(pps, 1, pps->chroma_qp_index_offset[1], in ff_h264_decode_picture_parameter_set()
876 if (pps->chroma_qp_index_offset[0] != pps->chroma_qp_index_offset[1]) in ff_h264_decode_picture_parameter_set()
887 … pps->init_qp, pps->init_qs, pps->chroma_qp_index_offset[0], pps->chroma_qp_index_offset[1], in ff_h264_decode_picture_parameter_set()
Dnvdec_h264.c104 .chroma_qp_index_offset = pps->chroma_qp_index_offset[0], in nvdec_h264_start_frame()
105 .second_chroma_qp_index_offset = pps->chroma_qp_index_offset[1], in nvdec_h264_start_frame()
Dvdpau_h264.c149 info->chroma_qp_index_offset = pps->chroma_qp_index_offset[0]; in vdpau_h264_start_frame()
150 info->second_chroma_qp_index_offset = pps->chroma_qp_index_offset[1]; in vdpau_h264_start_frame()
Dvaapi_h264.c261 .chroma_qp_index_offset = pps->chroma_qp_index_offset[0], in vaapi_h264_start_frame()
262 .second_chroma_qp_index_offset = pps->chroma_qp_index_offset[1], in vaapi_h264_start_frame()
Dh264_ps.h122 int chroma_qp_index_offset[2]; member
Ddxva2_h264.c138 pp->chroma_qp_index_offset = pps->chroma_qp_index_offset[0]; in fill_picture_parameters()
139 pp->second_chroma_qp_index_offset = pps->chroma_qp_index_offset[1]; in fill_picture_parameters()
Dh264dec.c802 par->delta_qp[1][0] = p->pps->chroma_qp_index_offset[0]; in h264_export_enc_params()
803 par->delta_qp[1][1] = p->pps->chroma_qp_index_offset[0]; in h264_export_enc_params()
804 par->delta_qp[2][0] = p->pps->chroma_qp_index_offset[1]; in h264_export_enc_params()
805 par->delta_qp[2][1] = p->pps->chroma_qp_index_offset[1]; in h264_export_enc_params()
Dcbs_h264.h200 int8_t chroma_qp_index_offset; member
Dcbs_h264_syntax_template.c473 se(chroma_qp_index_offset, -12, +12); in FUNC()
505 infer(second_chroma_qp_index_offset, current->chroma_qp_index_offset); in FUNC()
Dvaapi_encode_h264.c579 .chroma_qp_index_offset = pps->chroma_qp_index_offset, in vaapi_encode_h264_init_sequence_params()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video_bsp.c54 uint32_t chroma_qp_index_offset; // 90 member
176 params.ipicparm.chroma_qp_index_offset = desc->pps->chroma_qp_index_offset; in nv84_decoder_bsp()
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_h264.c85 context->desc.h264.pps->chroma_qp_index_offset = in vlVaHandlePictureParameterBufferH264()
86 h264->chroma_qp_index_offset; in vlVaHandlePictureParameterBufferH264()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video_vp.c134 signed chroma_qp_index_offset : 5; // 32 6..10 member
350 h->chroma_qp_index_offset = d->pps->chroma_qp_index_offset; in nouveau_vp3_fill_picparm_h264_vp()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/
Dvulkan_video_codec_h264std.h289 int8_t chroma_qp_index_offset; member
/third_party/vulkan-headers/include/vk_video/
Dvulkan_video_codec_h264std.h302 int8_t chroma_qp_index_offset; member
/third_party/mesa3d/src/gallium/drivers/r600/
Dradeon_uvd.h151 int8_t chroma_qp_index_offset; member
Dradeon_uvd.c442 result.chroma_qp_index_offset = pic->pps->chroma_qp_index_offset; in get_h264_msg()
/third_party/mesa3d/src/gallium/drivers/radeon/
Dradeon_uvd.h152 int8_t chroma_qp_index_offset; member
Dradeon_vcn_dec.h518 signed char chroma_qp_index_offset; member
/third_party/mesa3d/src/gallium/frontends/vdpau/
Ddecode.c371 picture->pps->chroma_qp_index_offset = picture_info->chroma_qp_index_offset; in vlVdpDecoderRenderH264()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuviddec.h327 int chroma_qp_index_offset; member
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah264dec.c419 .chroma_qp_index_offset = pps->chroma_qp_index_offset, in gst_va_h264_dec_start_picture()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h315 int8_t chroma_qp_index_offset; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h812 gint8 chroma_qp_index_offset; member
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codech264dec.c501 .chroma_qp_index_offset = pps->chroma_qp_index_offset, in gst_v4l2_codec_h264_dec_fill_pps()

12