Searched refs:delta_chroma_weight_l1 (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vaapi_hevc.c | 345 memset(slice_param->delta_chroma_weight_l1, 0, sizeof(slice_param->delta_chroma_weight_l1)); in fill_pred_weight_table() 377 slice_param->delta_chroma_weight_l1[i][0] = sh->chroma_weight_l1[i][0] - (1 << sh->chroma_log2_weight_denom); in fill_pred_weight_table() 378 slice_param->delta_chroma_weight_l1[i][1] = sh->chroma_weight_l1[i][1] - (1 << sh->chroma_log2_weight_denom); in fill_pred_weight_table()
|
H A D | cbs_h265.h | 504 int8_t delta_chroma_weight_l1[HEVC_MAX_REFS][2]; member
|
H A D | cbs_h265_syntax_template.c | 1284 ses(delta_chroma_weight_l1[i][j], -128, +127, 2, i, j); in pred_weight_table() 1291 infer(delta_chroma_weight_l1[i][j], 0); in pred_weight_table()
|
H A D | hevcdec.c | 244 int delta_chroma_weight_l1 = get_se_golomb(gb); in pred_weight_table() local 247 if ( (int8_t)delta_chroma_weight_l1 != delta_chroma_weight_l1 in pred_weight_table() 252 s->sh.chroma_weight_l1[i][j] = (1 << s->sh.chroma_log2_weight_denom) + delta_chroma_weight_l1; in pred_weight_table()
|
/third_party/mesa3d/include/vk_video/ |
H A D | vulkan_video_codec_h265std_encode.h | 67 int8_t delta_chroma_weight_l1[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 | 47 int8_t delta_chroma_weight_l1[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 | 2331 ( luma_offset_l1 == rhs.luma_offset_l1 ) && ( delta_chroma_weight_l1 == rhs.delta_chroma_weight_l1 ) && 2350 VULKAN_HPP_NAMESPACE::ArrayWrapper2D<int8_t, STD_VIDEO_H265_MAX_NUM_LIST_REF, STD_VIDEO_H265_MAX_CHROMA_PLANES> delta_chroma_weight_l1 = {}; member
|
Completed in 29 milliseconds