Home
last modified time | relevance | path

Searched refs:luma_offset_l0 (Results 1 – 22 of 22) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvaapi_hevc.c333 memset(slice_param->luma_offset_l0, 0, sizeof(slice_param->luma_offset_l0)); in fill_pred_weight_table()
356 slice_param->luma_offset_l0[i] = sh->luma_offset_l0[i]; in fill_pred_weight_table()
475 memcpy(pic->last_slice_param.rext.luma_offset_l0, pic->last_slice_param.base.luma_offset_l0, in vaapi_hevc_decode_slice()
476 … sizeof(pic->last_slice_param.base.luma_offset_l0)); in vaapi_hevc_decode_slice()
Dcbs_h264.h329 int8_t luma_offset_l0[H264_MAX_REFS]; member
Dvaapi_h264.c365 slice_param.luma_offset_l0, in vaapi_h264_decode_slice()
Dhevcdec.h318 int16_t luma_offset_l0[16]; member
Dcbs_h265.h497 int16_t luma_offset_l0[HEVC_MAX_REFS]; member
Dcbs_h265_syntax_template.c1231 ses(luma_offset_l0[i], in FUNC()
1236 infer(luma_offset_l0[i], 0); in FUNC()
Dcbs_h264_syntax_template.c853 ses(luma_offset_l0[i], -128, +127, 1, i); in FUNC()
Dhevcdec.c173 s->sh.luma_offset_l0[i] = 0; in pred_weight_table()
189 s->sh.luma_offset_l0[i] = get_se_golomb(gb); in pred_weight_table()
1609 … s->sh.luma_offset_l0[current_mv->ref_idx[0]], in luma_mc_bi()
1915 s->sh.luma_offset_l0[current_mv.ref_idx[0]]); in hls_prediction_unit()
/third_party/vulkan-headers/include/vk_video/
Dvulkan_video_codec_h264std_encode.h40 int8_t luma_offset_l0[STD_VIDEO_H264_MAX_NUM_LIST_REF]; member
Dvulkan_video_codec_h265std_encode.h40 int8_t luma_offset_l0[STD_VIDEO_H265_MAX_NUM_LIST_REF]; member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vk_video/
Dvulkan_video_codec_h265std_encode.h60 int8_t luma_offset_l0[STD_VIDEO_ENCODE_H265_LUMA_LIST_SIZE]; member
/third_party/mesa3d/include/vk_video/
Dvulkan_video_codec_h265std_encode.h62 … int8_t luma_offset_l0[STD_VIDEO_ENCODE_H265_LUMA_LIST_SIZE]; member
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah265dec.c375 slice_param->base.luma_offset_l0[i] = in _fill_pred_weight_table()
376 header->pred_weight_table.luma_offset_l0[i]; in _fill_pred_weight_table()
379 slice_param->rext.luma_offset_l0[i] = in _fill_pred_weight_table()
380 header->pred_weight_table.luma_offset_l0[i]; in _fill_pred_weight_table()
Dgstvah264dec.c277 slice_param->luma_offset_l0[i] = in _fill_pred_weight_table()
278 header->pred_weight_table.luma_offset_l0[i]; in _fill_pred_weight_table()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h850 gint8 luma_offset_l0[32]; member
Dgsth265parser.h1287 gint8 luma_offset_l0[15]; member
Dgsth264parser.c811 READ_SE_ALLOWED (nr, p->luma_offset_l0[i], -128, 127); in gst_h264_slice_parse_pred_weight_table()
Dgsth265parser.c976 READ_SE_ALLOWED (nr, p->luma_offset_l0[i], -128, 127); in gst_h265_slice_parse_pred_weight_table()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codech264dec.c669 slice_hdr->pred_weight_table.luma_offset_l0[i]; in gst_v4l2_codec_h264_dec_fill_pred_weight()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl8446 int8_t luma_offset_l0[STD_VIDEO_H264_MAX_NUM_LIST_REF]; member
9025 int8_t luma_offset_l0[STD_VIDEO_H265_MAX_NUM_LIST_REF]; member
DvkStrUtilImpl.inl16522 …" << '\n' << tcu::formatArray(DE_ARRAY_BEGIN(value.luma_offset_l0), DE_ARRAY_END(value.luma_offset…
17108 …" << '\n' << tcu::formatArray(DE_ARRAY_BEGIN(value.luma_offset_l0), DE_ARRAY_END(value.luma_offset…
DvkVulkan_c.inl386 deInt8 luma_offset_l0[STD_VIDEO_H264_MAX_NUM_LIST_REF]; member