Home
last modified time | relevance | path

Searched refs:i_ofst (Results 1 – 1 of 1) sorted by relevance

/external/libavc/common/
Dih264_weighted_pred.c219 WORD32 i_ofst = (1 << (log_wd - 1)) + (ofst << log_wd); in ih264_weighted_pred_luma() local
223 *pu1_dst = CLIP_U8((wt * (*pu1_src) + i_ofst) >> log_wd); in ih264_weighted_pred_luma()