Home
last modified time | relevance | path

Searched refs:luma_offset_l1 (Results 1 - 12 of 12) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvaapi_hevc.c343 memset(slice_param->luma_offset_l1, 0, sizeof(slice_param->luma_offset_l1)); in fill_pred_weight_table()
380 slice_param->luma_offset_l1[i] = sh->luma_offset_l1[i]; in fill_pred_weight_table()
501 pic->last_slice_param.rext.luma_offset_l1[i] = sh->luma_offset_l1[i]; in vaapi_hevc_decode_slice()
H A Dcbs_h264.h357 int8_t luma_offset_l1[H264_MAX_REFS]; member
H A Dhevcdec.h318 int16_t luma_offset_l1[16]; member
H A Dvaapi_h264.c372 slice_param.luma_offset_l1, in vaapi_h264_decode_slice()
H A Dcbs_h265.h503 int16_t luma_offset_l1[HEVC_MAX_REFS]; member
H A Dcbs_h265_syntax_template.c1275 ses(luma_offset_l1[i], in pred_weight_table()
1280 infer(luma_offset_l1[i], 0); in pred_weight_table()
H A Dcbs_h264_syntax_template.c954 ses(luma_offset_l1[i], -128, +127, 1, i); in pred_weight_table()
H A Dhevcdec.c224 s->sh.luma_offset_l1[i] = 0; in pred_weight_table()
240 s->sh.luma_offset_l1[i] = get_se_golomb(gb); in pred_weight_table()
1631 s->sh.luma_offset_l1[current_mv->ref_idx[1]], in luma_mc_bi()
1957 s->sh.luma_offset_l1[current_mv.ref_idx[1]]); in hls_prediction_unit()
/third_party/mesa3d/include/vk_video/
H A Dvulkan_video_codec_h265std_encode.h66 int8_t luma_offset_l1[STD_VIDEO_ENCODE_H265_LUMA_LIST_SIZE]; member
/third_party/vulkan-headers/include/vk_video/
H A Dvulkan_video_codec_h264std_encode.h46 int8_t luma_offset_l1[STD_VIDEO_H264_MAX_NUM_LIST_REF]; member
H A Dvulkan_video_codec_h265std_encode.h46 int8_t luma_offset_l1[STD_VIDEO_H265_MAX_NUM_LIST_REF]; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_video.hpp837 ( luma_weight_l1 == rhs.luma_weight_l1 ) && ( luma_offset_l1 == rhs.luma_offset_l1 ) && ( chroma_weight_l1 == rhs.chroma_weight_l1 ) &&
855 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<int8_t, STD_VIDEO_H264_MAX_NUM_LIST_REF> luma_offset_l1 = {}; member
2331 ( luma_offset_l1 == rhs.luma_offset_l1 ) && ( delta_chroma_weight_l1 == rhs.delta_chroma_weight_l1 ) &&
2349 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<int8_t, STD_VIDEO_H265_MAX_NUM_LIST_REF> luma_offset_l1 = {}; member

Completed in 28 milliseconds