Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c403 RK_S32 delta_chroma_weight_l1 = 0; in pred_weight_table() local
405 READ_SE(gb, &delta_chroma_weight_l1); in pred_weight_table()
407 … s->sh.chroma_weight_l1[i][j] = (1 << s->sh.chroma_log2_weight_denom) + delta_chroma_weight_l1; in pred_weight_table()