Searched refs:luma_weight_l0 (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | cbs_h264.h | 328 int8_t luma_weight_l0[H264_MAX_REFS]; member
|
D | vaapi_h264.c | 364 slice_param.luma_weight_l0, in vaapi_h264_decode_slice()
|
D | hevcdec.h | 313 int16_t luma_weight_l0[16]; member
|
D | vaapi_hevc.c | 355 … slice_param->delta_luma_weight_l0[i] = sh->luma_weight_l0[i] - (1 << sh->luma_log2_weight_denom); in fill_pred_weight_table()
|
D | cbs_h264_syntax_template.c | 852 ses(luma_weight_l0[i], -128, +127, 1, i); in FUNC()
|
D | hevcdec.c | 172 s->sh.luma_weight_l0[i] = 1 << s->sh.luma_log2_weight_denom; in pred_weight_table() 188 s->sh.luma_weight_l0[i] = (1 << s->sh.luma_log2_weight_denom) + delta_luma_weight_l0; in pred_weight_table() 1607 … s->sh.luma_weight_l0[current_mv->ref_idx[0]], in luma_mc_bi() 1914 s->sh.luma_weight_l0[current_mv.ref_idx[0]], in hls_prediction_unit()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvah264dec.c | 275 slice_param->luma_weight_l0[i] = in _fill_pred_weight_table() 276 header->pred_weight_table.luma_weight_l0[i]; in _fill_pred_weight_table()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gsth264parser.h | 849 gint16 luma_weight_l0[32]; member
|
D | gsth264parser.c | 783 p->luma_weight_l0[i] = default_luma_weight; in gst_h264_slice_parse_pred_weight_table() 810 READ_SE_ALLOWED (nr, p->luma_weight_l0[i], -128, 127); in gst_h264_slice_parse_pred_weight_table()
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/ |
D | gstv4l2codech264dec.c | 667 slice_hdr->pred_weight_table.luma_weight_l0[i]; in gst_v4l2_codec_h264_dec_fill_pred_weight()
|