HomeSort by relevance Sort by last modified time
    Searched full:i_ofst (Results 1 - 1 of 1) sorted by null

  /external/libavc/common/
ih264_weighted_pred.c 219 WORD32 i_ofst = (1 << (log_wd - 1)) + (ofst << log_wd); local
223 *pu1_dst = CLIP_U8((wt * (*pu1_src) + i_ofst) >> log_wd);

Completed in 2634 milliseconds