Home | History | Annotate | Download | only in common

Lines Matching refs:ofst

186 /*                  ofst     - offset value                                  */
205 WORD32 ofst,
212 ofst = (WORD8)(ofst & 0xff);
219 WORD32 i_ofst = (1 << (log_wd - 1)) + (ofst << log_wd);
234 *pu1_dst = CLIP_U8(wt * (*pu1_src) + ofst);
260 /* ofst - offset values for u and v */
279 WORD32 ofst,
290 ofst_u = (WORD8)(ofst & 0xff);
291 ofst_v = (WORD8)(ofst >> 8);
381 WORD32 shft, ofst;
387 ofst = (ofst1 + ofst2 + 1) >> 1;
390 ofst = (1 << log_wd) + (ofst << shft);
399 *pu1_dst = CLIP_U8((wt1 * (*pu1_src1) + wt2 * (*pu1_src2) + ofst) >> shft);