Searched refs:i1_chroma_log2_weight_denom (Results 1 – 3 of 3) sorted by relevance
164 ps_wt_ofst->i1_chroma_log2_weight_denom = ps_wt_ofst->i1_luma_log2_weight_denom + value; in ihevcd_parse_pred_wt_ofst()215 … ps_wt_ofst->i2_chroma_weight_l0_cb[i] = (1 << ps_wt_ofst->i1_chroma_log2_weight_denom) + value; in ihevcd_parse_pred_wt_ofst()219 …fst = ((shift * ps_wt_ofst->i2_chroma_weight_l0_cb[i]) >> ps_wt_ofst->i1_chroma_log2_weight_denom); in ihevcd_parse_pred_wt_ofst()225 … ps_wt_ofst->i2_chroma_weight_l0_cr[i] = (1 << ps_wt_ofst->i1_chroma_log2_weight_denom) + value; in ihevcd_parse_pred_wt_ofst()229 …fst = ((shift * ps_wt_ofst->i2_chroma_weight_l0_cr[i]) >> ps_wt_ofst->i1_chroma_log2_weight_denom); in ihevcd_parse_pred_wt_ofst()237 ps_wt_ofst->i2_chroma_weight_l0_cb[i] = (1 << ps_wt_ofst->i1_chroma_log2_weight_denom); in ihevcd_parse_pred_wt_ofst()238 ps_wt_ofst->i2_chroma_weight_l0_cr[i] = (1 << ps_wt_ofst->i1_chroma_log2_weight_denom); in ihevcd_parse_pred_wt_ofst()292 … ps_wt_ofst->i2_chroma_weight_l1_cb[i] = (1 << ps_wt_ofst->i1_chroma_log2_weight_denom) + value;; in ihevcd_parse_pred_wt_ofst()296 …fst = ((shift * ps_wt_ofst->i2_chroma_weight_l1_cb[i]) >> ps_wt_ofst->i1_chroma_log2_weight_denom); in ihevcd_parse_pred_wt_ofst()302 … ps_wt_ofst->i2_chroma_weight_l1_cr[i] = (1 << ps_wt_ofst->i1_chroma_log2_weight_denom) + value; in ihevcd_parse_pred_wt_ofst()[all …]
519 shift = ps_slice_hdr->s_wt_ofst.i1_chroma_log2_weight_denom in ihevcd_inter_pred_ctb()601 shift = ps_slice_hdr->s_wt_ofst.i1_chroma_log2_weight_denom in ihevcd_inter_pred_ctb()
1125 WORD8 i1_chroma_log2_weight_denom; member