Searched refs:luma_offset_l1 (Results 1 – 18 of 18) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vaapi_hevc.c | 334 memset(slice_param->luma_offset_l1, 0, sizeof(slice_param->luma_offset_l1)); in fill_pred_weight_table() 366 slice_param->luma_offset_l1[i] = sh->luma_offset_l1[i]; in fill_pred_weight_table() 477 memcpy(pic->last_slice_param.rext.luma_offset_l1, pic->last_slice_param.base.luma_offset_l1, in vaapi_hevc_decode_slice() 478 … sizeof(pic->last_slice_param.base.luma_offset_l1)); in vaapi_hevc_decode_slice()
|
D | cbs_h264.h | 336 int8_t luma_offset_l1[H264_MAX_REFS]; member
|
D | vaapi_h264.c | 372 slice_param.luma_offset_l1, in vaapi_h264_decode_slice()
|
D | hevcdec.h | 321 int16_t luma_offset_l1[16]; member
|
D | cbs_h265.h | 503 int16_t luma_offset_l1[HEVC_MAX_REFS]; member
|
D | cbs_h265_syntax_template.c | 1272 ses(luma_offset_l1[i], in FUNC() 1277 infer(luma_offset_l1[i], 0); in FUNC()
|
D | cbs_h264_syntax_template.c | 871 ses(luma_offset_l1[i], -128, +127, 1, i); in FUNC()
|
D | hevcdec.c | 217 s->sh.luma_offset_l1[i] = 0; in pred_weight_table() 233 s->sh.luma_offset_l1[i] = get_se_golomb(gb); in pred_weight_table() 1610 … s->sh.luma_offset_l1[current_mv->ref_idx[1]], in luma_mc_bi() 1934 s->sh.luma_offset_l1[current_mv.ref_idx[1]]); in hls_prediction_unit()
|
/third_party/vulkan-headers/include/vk_video/ |
D | vulkan_video_codec_h265std_encode.h | 64 int8_t luma_offset_l1[STD_VIDEO_ENCODE_H265_LUMA_LIST_SIZE]; member
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvah265dec.c | 427 slice_param->base.luma_offset_l1[i] = in _fill_pred_weight_table() 428 header->pred_weight_table.luma_offset_l1[i]; in _fill_pred_weight_table() 431 slice_param->rext.luma_offset_l1[i] = in _fill_pred_weight_table() 432 header->pred_weight_table.luma_offset_l1[i]; in _fill_pred_weight_table()
|
D | gstvah264dec.c | 300 slice_param->luma_offset_l1[i] = in _fill_pred_weight_table() 301 header->pred_weight_table.luma_offset_l1[i]; in _fill_pred_weight_table()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gsth264parser.h | 858 gint8 luma_offset_l1[32]; member
|
D | gsth265parser.h | 1294 gint8 luma_offset_l1[15]; member
|
D | gsth264parser.c | 834 READ_SE_ALLOWED (nr, p->luma_offset_l1[i], -128, 127); in gst_h264_slice_parse_pred_weight_table()
|
D | gsth265parser.c | 995 READ_SE_ALLOWED (nr, p->luma_offset_l1[i], -128, 127); in gst_h265_slice_parse_pred_weight_table()
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/ |
D | gstv4l2codech264dec.c | 691 slice_hdr->pred_weight_table.luma_offset_l1[i]; in gst_v4l2_codec_h264_dec_fill_pred_weight()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkStructTypes.inl | 6854 int8_t luma_offset_l1[STD_VIDEO_ENCODE_H265_LUMA_LIST_SIZE]; member
|
D | vkStrUtilImpl.inl | 13618 …" << '\n' << tcu::formatArray(DE_ARRAY_BEGIN(value.luma_offset_l1), DE_ARRAY_END(value.luma_offset…
|