Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvaapi_hevc.c342 memset(slice_param->luma_offset_l0, 0, sizeof(slice_param->luma_offset_l0)); in fill_pred_weight_table()
368 slice_param->luma_offset_l0[i] = sh->luma_offset_l0[i]; in fill_pred_weight_table()
488 pic->last_slice_param.rext.luma_offset_l0[i] = sh->luma_offset_l0[i]; in vaapi_hevc_decode_slice()
494 pic->last_slice_param.rext.luma_offset_l0[i] = sh->luma_offset_l0[i]; in vaapi_hevc_decode_slice()
H A Dcbs_h264.h350 int8_t luma_offset_l0[H264_MAX_REFS]; member
H A Dhevcdec.h315 int16_t luma_offset_l0[16]; member
H A Dvaapi_h264.c365 slice_param.luma_offset_l0, in vaapi_h264_decode_slice()
H A Dcbs_h265.h497 int16_t luma_offset_l0[HEVC_MAX_REFS]; member
H A Dcbs_h265_syntax_template.c1234 ses(luma_offset_l0[i], in pred_weight_table()
1239 infer(luma_offset_l0[i], 0); in pred_weight_table()
H A Dcbs_h264_syntax_template.c936 ses(luma_offset_l0[i], -128, +127, 1, i); in pred_weight_table()
H A Dhevcdec.c180 s->sh.luma_offset_l0[i] = 0; in pred_weight_table()
196 s->sh.luma_offset_l0[i] = get_se_golomb(gb); in pred_weight_table()
1630 s->sh.luma_offset_l0[current_mv->ref_idx[0]], in luma_mc_bi()
1938 s->sh.luma_offset_l0[current_mv.ref_idx[0]]); in hls_prediction_unit()
/third_party/mesa3d/include/vk_video/
H A Dvulkan_video_codec_h265std_encode.h62 int8_t luma_offset_l0[STD_VIDEO_ENCODE_H265_LUMA_LIST_SIZE]; member
/third_party/vulkan-headers/include/vk_video/
H A Dvulkan_video_codec_h264std_encode.h42 int8_t luma_offset_l0[STD_VIDEO_H264_MAX_NUM_LIST_REF]; member
H A Dvulkan_video_codec_h265std_encode.h42 int8_t luma_offset_l0[STD_VIDEO_H265_MAX_NUM_LIST_REF]; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_video.hpp836 ( luma_offset_l0 == rhs.luma_offset_l0 ) && ( chroma_weight_l0 == rhs.chroma_weight_l0 ) && ( chroma_offset_l0 == rhs.chroma_offset_l0 ) &&
851 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<int8_t, STD_VIDEO_H264_MAX_NUM_LIST_REF> luma_offset_l0 = {}; member
2329 ( luma_offset_l0 == rhs.luma_offset_l0 ) && ( delta_chroma_weight_l0 == rhs.delta_chroma_weight_l0 ) &&
2345 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<int8_t, STD_VIDEO_H265_MAX_NUM_LIST_REF> luma_offset_l0 = {}; member

Completed in 27 milliseconds