Searched refs:chroma_offset_l0 (Results 1 - 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vaapi_hevc.c | 369 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 D | cbs_h264.h | 353 int8_t chroma_offset_l0[H264_MAX_REFS][2]; member
|
H A D | hevcdec.h | 316 int16_t chroma_offset_l0[16][2]; member
|
H A D | vaapi_h264.c | 368 slice_param.chroma_offset_l0); in vaapi_h264_decode_slice()
|
H A D | cbs_h265.h | 499 int16_t chroma_offset_l0[HEVC_MAX_REFS][2]; member
|
H A D | cbs_h265_syntax_template.c | 1244 ses(chroma_offset_l0[i][j], in pred_weight_table() 1251 infer(chroma_offset_l0[i][j], 0); in pred_weight_table()
|
H A D | hevcdec.c | 209 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 D | cbs_h264_syntax_template.c | 943 ses(chroma_offset_l0[i][j], -128, +127, 2, i, j); in pred_weight_table()
|
/third_party/vulkan-headers/include/vk_video/ |
H A D | vulkan_video_codec_h264std_encode.h | 44 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 D | vulkan_video.hpp | 836 ( 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