Searched refs:delta_chroma_weight_l0 (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vaapi_hevc.c | 344 memset(slice_param->delta_chroma_weight_l0, 0, sizeof(slice_param->delta_chroma_weight_l0)); in fill_pred_weight_table() 365 slice_param->delta_chroma_weight_l0[i][0] = sh->chroma_weight_l0[i][0] - (1 << sh->chroma_log2_weight_denom); in fill_pred_weight_table() 366 slice_param->delta_chroma_weight_l0[i][1] = sh->chroma_weight_l0[i][1] - (1 << sh->chroma_log2_weight_denom); in fill_pred_weight_table()
|
H A D | cbs_h265.h | 498 int8_t delta_chroma_weight_l0[HEVC_MAX_REFS][2]; member
|
H A D | cbs_h265_syntax_template.c | 1243 ses(delta_chroma_weight_l0[i][j], -128, +127, 2, i, j); in pred_weight_table() 1250 infer(delta_chroma_weight_l0[i][j], 0); in pred_weight_table()
|
H A D | hevcdec.c | 200 int delta_chroma_weight_l0 = get_se_golomb(gb); in pred_weight_table() local 203 if ( (int8_t)delta_chroma_weight_l0 != delta_chroma_weight_l0 in pred_weight_table() 208 s->sh.chroma_weight_l0[i][j] = (1 << s->sh.chroma_log2_weight_denom) + delta_chroma_weight_l0; in pred_weight_table()
|
/third_party/mesa3d/include/vk_video/ |
H A D | vulkan_video_codec_h265std_encode.h | 63 int8_t delta_chroma_weight_l0[STD_VIDEO_ENCODE_H265_CHROMA_LIST_SIZE][STD_VIDEO_ENCODE_H265_CHROMA_LISTS_NUM]; member
|
/third_party/vulkan-headers/include/vk_video/ |
H A D | vulkan_video_codec_h265std_encode.h | 43 int8_t delta_chroma_weight_l0[STD_VIDEO_H265_MAX_NUM_LIST_REF][STD_VIDEO_H265_MAX_CHROMA_PLANES]; member
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_video.hpp | 2329 ( luma_offset_l0 == rhs.luma_offset_l0 ) && ( delta_chroma_weight_l0 == rhs.delta_chroma_weight_l0 ) && 2346 VULKAN_HPP_NAMESPACE::ArrayWrapper2D<int8_t, STD_VIDEO_H265_MAX_NUM_LIST_REF, STD_VIDEO_H265_MAX_CHROMA_PLANES> delta_chroma_weight_l0 = {}; member
|
Completed in 20 milliseconds