Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvaapi_hevc.c359 slice_param->ChromaOffsetL0[i][0] = sh->chroma_offset_l0[i][0]; in fill_pred_weight_table()
360 slice_param->ChromaOffsetL0[i][1] = sh->chroma_offset_l0[i][1]; in fill_pred_weight_table()
Dcbs_h264.h332 int8_t chroma_offset_l0[H264_MAX_REFS][2]; member
Dvaapi_h264.c368 slice_param.chroma_offset_l0); in vaapi_h264_decode_slice()
Dhevcdec.h319 int16_t chroma_offset_l0[16][2]; member
Dcbs_h265.h499 int16_t chroma_offset_l0[HEVC_MAX_REFS][2]; member
Dhevcdec.c202 …s->sh.chroma_offset_l0[i][j] = av_clip((delta_chroma_offset_l0 - ((128 * s->sh.chroma_weight_l0[i]… in pred_weight_table()
207 s->sh.chroma_offset_l0[i][0] = 0; in pred_weight_table()
209 s->sh.chroma_offset_l0[i][1] = 0; in pred_weight_table()
1782 … s->sh.chroma_offset_l0[current_mv->ref_idx[0]][cidx], in chroma_mc_bi()
1920 …s->sh.chroma_weight_l0[current_mv.ref_idx[0]][0], s->sh.chroma_offset_l0[current_mv.ref_idx[0]][0]… in hls_prediction_unit()
1923 …s->sh.chroma_weight_l0[current_mv.ref_idx[0]][1], s->sh.chroma_offset_l0[current_mv.ref_idx[0]][1]… in hls_prediction_unit()
Dcbs_h265_syntax_template.c1241 ses(chroma_offset_l0[i][j], in FUNC()
1248 infer(chroma_offset_l0[i][j], 0); in FUNC()
Dcbs_h264_syntax_template.c860 ses(chroma_offset_l0[i][j], -128, +127, 2, i, j); in FUNC()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah264dec.c287 slice_param->chroma_offset_l0[i][j] = in _fill_pred_weight_table()
288 header->pred_weight_table.chroma_offset_l0[i][j]; in _fill_pred_weight_table()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h854 gint8 chroma_offset_l0[32][2]; member
Dgsth264parser.c821 READ_SE_ALLOWED (nr, p->chroma_offset_l0[i][j], -128, 127); in gst_h264_slice_parse_pred_weight_table()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codech264dec.c678 slice_hdr->pred_weight_table.chroma_offset_l0[i][j]; in gst_v4l2_codec_h264_dec_fill_pred_weight()