Home
last modified time | relevance | path

Searched refs:chroma_offset_l1 (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvaapi_hevc.c369 slice_param->ChromaOffsetL1[i][0] = sh->chroma_offset_l1[i][0]; in fill_pred_weight_table()
370 slice_param->ChromaOffsetL1[i][1] = sh->chroma_offset_l1[i][1]; in fill_pred_weight_table()
Dcbs_h264.h339 int8_t chroma_offset_l1[H264_MAX_REFS][2]; member
Dvaapi_h264.c375 slice_param.chroma_offset_l1); in vaapi_h264_decode_slice()
Dhevcdec.h322 int16_t chroma_offset_l1[16][2]; member
Dcbs_h265.h505 int16_t chroma_offset_l1[HEVC_MAX_REFS][2]; member
Dhevcdec.c246 …s->sh.chroma_offset_l1[i][j] = av_clip((delta_chroma_offset_l1 - ((128 * s->sh.chroma_weight_l1[i]… in pred_weight_table()
251 s->sh.chroma_offset_l1[i][0] = 0; in pred_weight_table()
253 s->sh.chroma_offset_l1[i][1] = 0; in pred_weight_table()
1783 … s->sh.chroma_offset_l1[current_mv->ref_idx[1]][cidx], in chroma_mc_bi()
1939 …s->sh.chroma_weight_l1[current_mv.ref_idx[1]][0], s->sh.chroma_offset_l1[current_mv.ref_idx[1]][0]… in hls_prediction_unit()
1943 …s->sh.chroma_weight_l1[current_mv.ref_idx[1]][1], s->sh.chroma_offset_l1[current_mv.ref_idx[1]][1]… in hls_prediction_unit()
Dcbs_h265_syntax_template.c1282 ses(chroma_offset_l1[i][j], in FUNC()
1289 infer(chroma_offset_l1[i][j], 0); in FUNC()
Dcbs_h264_syntax_template.c878 ses(chroma_offset_l1[i][j], -128, +127, 2, i, j); in FUNC()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah264dec.c310 slice_param->chroma_offset_l1[i][j] = in _fill_pred_weight_table()
311 header->pred_weight_table.chroma_offset_l1[i][j]; in _fill_pred_weight_table()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h862 gint8 chroma_offset_l1[32][2]; member
Dgsth264parser.c844 READ_SE_ALLOWED (nr, p->chroma_offset_l1[i][j], -128, 127); in gst_h264_slice_parse_pred_weight_table()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codech264dec.c700 slice_hdr->pred_weight_table.chroma_offset_l1[i][j]; in gst_v4l2_codec_h264_dec_fill_pred_weight()