Home
last modified time | relevance | path

Searched refs:luma_weight_l0 (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcbs_h264.h328 int8_t luma_weight_l0[H264_MAX_REFS]; member
Dvaapi_h264.c364 slice_param.luma_weight_l0, in vaapi_h264_decode_slice()
Dhevcdec.h313 int16_t luma_weight_l0[16]; member
Dvaapi_hevc.c355 … slice_param->delta_luma_weight_l0[i] = sh->luma_weight_l0[i] - (1 << sh->luma_log2_weight_denom); in fill_pred_weight_table()
Dcbs_h264_syntax_template.c852 ses(luma_weight_l0[i], -128, +127, 1, i); in FUNC()
Dhevcdec.c172 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/
Dgstvah264dec.c275 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/
Dgsth264parser.h849 gint16 luma_weight_l0[32]; member
Dgsth264parser.c783 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/
Dgstv4l2codech264dec.c667 slice_hdr->pred_weight_table.luma_weight_l0[i]; in gst_v4l2_codec_h264_dec_fill_pred_weight()