Searched refs:chroma_offset_l1 (Results 1 - 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vaapi_hevc.c | 381 slice_param->ChromaOffsetL1[i][0] = sh->chroma_offset_l1[i][0]; in fill_pred_weight_table() 382 slice_param->ChromaOffsetL1[i][1] = sh->chroma_offset_l1[i][1]; in fill_pred_weight_table() 502 pic->last_slice_param.rext.ChromaOffsetL1[i][0] = sh->chroma_offset_l1[i][0]; in vaapi_hevc_decode_slice() 503 pic->last_slice_param.rext.ChromaOffsetL1[i][1] = sh->chroma_offset_l1[i][1]; in vaapi_hevc_decode_slice()
|
H A D | cbs_h264.h | 360 int8_t chroma_offset_l1[H264_MAX_REFS][2]; member
|
H A D | hevcdec.h | 319 int16_t chroma_offset_l1[16][2]; member
|
H A D | vaapi_h264.c | 375 slice_param.chroma_offset_l1); in vaapi_h264_decode_slice()
|
H A D | cbs_h265.h | 505 int16_t chroma_offset_l1[HEVC_MAX_REFS][2]; member
|
H A D | cbs_h265_syntax_template.c | 1285 ses(chroma_offset_l1[i][j], in pred_weight_table() 1292 infer(chroma_offset_l1[i][j], 0); in pred_weight_table()
|
H A D | hevcdec.c | 253 s->sh.chroma_offset_l1[i][j] = av_clip((delta_chroma_offset_l1 - ((128 * s->sh.chroma_weight_l1[i][j]) in pred_weight_table() 258 s->sh.chroma_offset_l1[i][0] = 0; in pred_weight_table() 260 s->sh.chroma_offset_l1[i][1] = 0; in pred_weight_table() 1806 s->sh.chroma_offset_l1[current_mv->ref_idx[1]][cidx], in chroma_mc_bi() 1962 s->sh.chroma_weight_l1[current_mv.ref_idx[1]][0], s->sh.chroma_offset_l1[current_mv.ref_idx[1]][0]); in hls_prediction_unit() 1966 s->sh.chroma_weight_l1[current_mv.ref_idx[1]][1], s->sh.chroma_offset_l1[current_mv.ref_idx[1]][1]); in hls_prediction_unit()
|
H A D | cbs_h264_syntax_template.c | 961 ses(chroma_offset_l1[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 | 48 int8_t chroma_offset_l1[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 | 838 ( chroma_offset_l1 == rhs.chroma_offset_l1 ); 857 VULKAN_HPP_NAMESPACE::ArrayWrapper2D<int8_t, STD_VIDEO_H264_MAX_NUM_LIST_REF, STD_VIDEO_H264_MAX_CHROMA_PLANES> chroma_offset_l1 = {}; member
|
Completed in 24 milliseconds