Home
last modified time | relevance | path

Searched refs:chroma_offset_l0 (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvaapi_hevc.c369 slice_param->ChromaOffsetL0[i][0] = sh->chroma_offset_l0[i][0]; in fill_pred_weight_table()
370 slice_param->ChromaOffsetL0[i][1] = sh->chroma_offset_l0[i][1]; in fill_pred_weight_table()
489 pic->last_slice_param.rext.ChromaOffsetL0[i][0] = sh->chroma_offset_l0[i][0]; in vaapi_hevc_decode_slice()
490 pic->last_slice_param.rext.ChromaOffsetL0[i][1] = sh->chroma_offset_l0[i][1]; in vaapi_hevc_decode_slice()
495 pic->last_slice_param.rext.ChromaOffsetL0[i][0] = sh->chroma_offset_l0[i][0]; in vaapi_hevc_decode_slice()
496 pic->last_slice_param.rext.ChromaOffsetL0[i][1] = sh->chroma_offset_l0[i][1]; in vaapi_hevc_decode_slice()
H A Dcbs_h264.h353 int8_t chroma_offset_l0[H264_MAX_REFS][2]; member
H A Dhevcdec.h316 int16_t chroma_offset_l0[16][2]; member
H A Dvaapi_h264.c368 slice_param.chroma_offset_l0); in vaapi_h264_decode_slice()
H A Dcbs_h265.h499 int16_t chroma_offset_l0[HEVC_MAX_REFS][2]; member
H A Dcbs_h265_syntax_template.c1244 ses(chroma_offset_l0[i][j], in pred_weight_table()
1251 infer(chroma_offset_l0[i][j], 0); in pred_weight_table()
H A Dhevcdec.c209 s->sh.chroma_offset_l0[i][j] = av_clip((delta_chroma_offset_l0 - ((128 * s->sh.chroma_weight_l0[i][j]) in pred_weight_table()
214 s->sh.chroma_offset_l0[i][0] = 0; in pred_weight_table()
216 s->sh.chroma_offset_l0[i][1] = 0; in pred_weight_table()
1805 s->sh.chroma_offset_l0[current_mv->ref_idx[0]][cidx], in chroma_mc_bi()
1943 s->sh.chroma_weight_l0[current_mv.ref_idx[0]][0], s->sh.chroma_offset_l0[current_mv.ref_idx[0]][0]); in hls_prediction_unit()
1946 s->sh.chroma_weight_l0[current_mv.ref_idx[0]][1], s->sh.chroma_offset_l0[current_mv.ref_idx[0]][1]); in hls_prediction_unit()
H A Dcbs_h264_syntax_template.c943 ses(chroma_offset_l0[i][j], -128, +127, 2, i, j); in pred_weight_table()
/third_party/vulkan-headers/include/vk_video/
H A Dvulkan_video_codec_h264std_encode.h44 int8_t chroma_offset_l0[STD_VIDEO_H264_MAX_NUM_LIST_REF][STD_VIDEO_H264_MAX_CHROMA_PLANES]; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_video.hpp836 ( luma_offset_l0 == rhs.luma_offset_l0 ) && ( chroma_weight_l0 == rhs.chroma_weight_l0 ) && ( chroma_offset_l0 == rhs.chroma_offset_l0 ) &&
853 VULKAN_HPP_NAMESPACE::ArrayWrapper2D<int8_t, STD_VIDEO_H264_MAX_NUM_LIST_REF, STD_VIDEO_H264_MAX_CHROMA_PLANES> chroma_offset_l0 = {}; member

Completed in 24 milliseconds