Home
last modified time | relevance | path

Searched refs:chroma_weight_l1 (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c407 … s->sh.chroma_weight_l1[i][j] = (1 << s->sh.chroma_log2_weight_denom) + delta_chroma_weight_l1; in pred_weight_table()
408 …h.chroma_offset_l1[i][j] = mpp_clip((delta_chroma_offset_l1 - ((128 * s->sh.chroma_weight_l1[i][j]) in pred_weight_table()
412 s->sh.chroma_weight_l1[i][0] = 1 << s->sh.chroma_log2_weight_denom; in pred_weight_table()
414 s->sh.chroma_weight_l1[i][1] = 1 << s->sh.chroma_log2_weight_denom; in pred_weight_table()
H A Dh265d_parser.h441 RK_S16 chroma_weight_l1[16][2]; member