Lines Matching refs:ofst
231 WORD32 ofst; in ihevcd_parse_pred_wt_ofst() local
246 …ofst = ((shift * ps_wt_ofst->i2_chroma_weight_l0_cb[i]) >> ps_wt_ofst->i1_chroma_log2_weight_denom… in ihevcd_parse_pred_wt_ofst()
247 ofst = value - ofst + shift; in ihevcd_parse_pred_wt_ofst()
249 ps_wt_ofst->i2_chroma_offset_l0_cb[i] = CLIP_S8(ofst); in ihevcd_parse_pred_wt_ofst()
264 …ofst = ((shift * ps_wt_ofst->i2_chroma_weight_l0_cr[i]) >> ps_wt_ofst->i1_chroma_log2_weight_denom… in ihevcd_parse_pred_wt_ofst()
265 ofst = value - ofst + shift; in ihevcd_parse_pred_wt_ofst()
267 ps_wt_ofst->i2_chroma_offset_l0_cr[i] = CLIP_S8(ofst); in ihevcd_parse_pred_wt_ofst()
331 WORD32 ofst; in ihevcd_parse_pred_wt_ofst() local
346 …ofst = ((shift * ps_wt_ofst->i2_chroma_weight_l1_cb[i]) >> ps_wt_ofst->i1_chroma_log2_weight_denom… in ihevcd_parse_pred_wt_ofst()
347 ofst = value - ofst + shift; in ihevcd_parse_pred_wt_ofst()
349 ps_wt_ofst->i2_chroma_offset_l1_cb[i] = CLIP_S8(ofst);; in ihevcd_parse_pred_wt_ofst()
364 …ofst = ((shift * ps_wt_ofst->i2_chroma_weight_l1_cr[i]) >> ps_wt_ofst->i1_chroma_log2_weight_denom… in ihevcd_parse_pred_wt_ofst()
365 ofst = value - ofst + shift; in ihevcd_parse_pred_wt_ofst()
367 ps_wt_ofst->i2_chroma_offset_l1_cr[i] = CLIP_S8(ofst);; in ihevcd_parse_pred_wt_ofst()