Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser.c356 RK_S32 delta_luma_weight_l0 = 0; in pred_weight_table() local
357 READ_SE(gb, &delta_luma_weight_l0); in pred_weight_table()
358 s->sh.luma_weight_l0[i] = (1 << s->sh.luma_log2_weight_denom) + delta_luma_weight_l0; in pred_weight_table()