Searched refs:delta_chroma_offset_l0 (Results 1 – 8 of 8) sorted by relevance
62 …int8_t delta_chroma_offset_l0[STD_VIDEO_ENCODE_H265_CHROMA_LIST_SIZE][… member
392 gint16 delta_chroma_offset_l0 = in _fill_pred_weight_table() local393 header->pred_weight_table.delta_chroma_offset_l0[i][j]; in _fill_pred_weight_table()402 chroma_offset = self->WpOffsetHalfRangeC + delta_chroma_offset_l0 in _fill_pred_weight_table()
1289 gint16 delta_chroma_offset_l0 [15][2]; member
981 READ_SE_ALLOWED (nr, p->delta_chroma_offset_l0[i][j], -512, 511); in gst_h265_slice_parse_pred_weight_table()
194 int delta_chroma_offset_l0 = get_se_golomb(gb); in pred_weight_table() local197 || delta_chroma_offset_l0 < -(1<<17) || delta_chroma_offset_l0 > (1<<17)) { in pred_weight_table()202 …s->sh.chroma_offset_l0[i][j] = av_clip((delta_chroma_offset_l0 - ((128 * s->sh.chroma_weight_l0[i]… in pred_weight_table()
6852 …int8_t delta_chroma_offset_l0[STD_VIDEO_ENCODE_H265_CHROMA_LIST_SIZE][STD_VIDEO_ENCODE_H265… member
13616 …' << tcu::formatArray(DE_ARRAY_BEGIN(value.delta_chroma_offset_l0), DE_ARRAY_END(value.delta_chrom…
7069 The temp guint8 var of delta_chroma_offset_l0 and delta_chroma_offset_l1