Searched refs:i1_luma_log2_weight_denom (Results 1 – 6 of 6) sorted by relevance
166 ps_wt_ofst->i1_luma_log2_weight_denom = u4_value; in ihevcd_parse_pred_wt_ofst()176 if(((ps_wt_ofst->i1_luma_log2_weight_denom + value) < 0) || in ihevcd_parse_pred_wt_ofst()177 ((ps_wt_ofst->i1_luma_log2_weight_denom + value) > 7)) in ihevcd_parse_pred_wt_ofst()181 ps_wt_ofst->i1_chroma_log2_weight_denom = ps_wt_ofst->i1_luma_log2_weight_denom + value; in ihevcd_parse_pred_wt_ofst()219 ps_wt_ofst->i2_luma_weight_l0[i] = (1 << ps_wt_ofst->i1_luma_log2_weight_denom) + value; in ihevcd_parse_pred_wt_ofst()231 ps_wt_ofst->i2_luma_weight_l0[i] = (1 << ps_wt_ofst->i1_luma_log2_weight_denom); in ihevcd_parse_pred_wt_ofst()318 … ps_wt_ofst->i2_luma_weight_l1[i] = (1 << ps_wt_ofst->i1_luma_log2_weight_denom) + value; in ihevcd_parse_pred_wt_ofst()330 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()
775 (1 << ps_entropy_ctxt->ps_slice_hdr->s_wt_ofst.i1_luma_log2_weight_denom); in ihevce_entropy_encode_frame()787 (1 << ps_entropy_ctxt->ps_slice_hdr->s_wt_ofst.i1_luma_log2_weight_denom); in ihevce_entropy_encode_frame()
568 UWORD32 u4_luma_log2_weight_denom = ps_wt_ofst->i1_luma_log2_weight_denom; in ihevce_generate_pred_weight_table()
1689 ps_slice_header->s_wt_ofst.i1_luma_log2_weight_denom = in ihevce_manage_ref_pics()
2067 WORD8 i1_luma_log2_weight_denom; member