Searched refs:i1_luma_log2_weight_denom (Results 1 – 3 of 3) sorted by relevance
159 ps_wt_ofst->i1_luma_log2_weight_denom = value; in ihevcd_parse_pred_wt_ofst()164 ps_wt_ofst->i1_chroma_log2_weight_denom = ps_wt_ofst->i1_luma_log2_weight_denom + value; in ihevcd_parse_pred_wt_ofst()199 ps_wt_ofst->i2_luma_weight_l0[i] = (1 << ps_wt_ofst->i1_luma_log2_weight_denom) + value; in ihevcd_parse_pred_wt_ofst()207 ps_wt_ofst->i2_luma_weight_l0[i] = (1 << ps_wt_ofst->i1_luma_log2_weight_denom); in ihevcd_parse_pred_wt_ofst()275 … ps_wt_ofst->i2_luma_weight_l1[i] = (1 << ps_wt_ofst->i1_luma_log2_weight_denom) + value; in ihevcd_parse_pred_wt_ofst()283 ps_wt_ofst->i2_luma_weight_l1[i] = (1 << ps_wt_ofst->i1_luma_log2_weight_denom); in ihevcd_parse_pred_wt_ofst()
498 shift = ps_slice_hdr->s_wt_ofst.i1_luma_log2_weight_denom in ihevcd_inter_pred_ctb()585 shift = ps_slice_hdr->s_wt_ofst.i1_luma_log2_weight_denom in ihevcd_inter_pred_ctb()
1166 WORD8 i1_luma_log2_weight_denom; member