Searched refs:chroma_weight_l0 (Results 1 – 2 of 2) sorted by relevance
367 … 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()
440 RK_S16 chroma_weight_l0[16][2]; member