Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvaapi_hevc.c381 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 Dcbs_h264.h360 int8_t chroma_offset_l1[H264_MAX_REFS][2]; member
H A Dhevcdec.h319 int16_t chroma_offset_l1[16][2]; member
H A Dvaapi_h264.c375 slice_param.chroma_offset_l1); in vaapi_h264_decode_slice()
H A Dcbs_h265.h505 int16_t chroma_offset_l1[HEVC_MAX_REFS][2]; member
H A Dcbs_h265_syntax_template.c1285 ses(chroma_offset_l1[i][j], in pred_weight_table()
1292 infer(chroma_offset_l1[i][j], 0); in pred_weight_table()
H A Dhevcdec.c253 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 Dcbs_h264_syntax_template.c961 ses(chroma_offset_l1[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.h48 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 Dvulkan_video.hpp838 ( 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