Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c367 … s->sh.chroma_weight_l0[i][j] = (1 << s->sh.chroma_log2_weight_denom) + delta_chroma_weight_l0; in pred_weight_table()
368 …h.chroma_offset_l0[i][j] = mpp_clip((delta_chroma_offset_l0 - ((128 * s->sh.chroma_weight_l0[i][j]) in pred_weight_table()
372 s->sh.chroma_weight_l0[i][0] = 1 << s->sh.chroma_log2_weight_denom; in pred_weight_table()
374 s->sh.chroma_weight_l0[i][1] = 1 << s->sh.chroma_log2_weight_denom; in pred_weight_table()
H A Dh265d_parser.h440 RK_S16 chroma_weight_l0[16][2]; member