Home | History | Annotate | Download | only in common

Lines Matching defs:fract

1283     WORD32 pos, fract;
1295 fract = pos & (31);
1301 pu1_dst[col + (row * dst_strd)] = (((32 - fract)
1303 + fract * pu1_ref[ref_main_idx - 1] + 16) >> 5);
1364 WORD32 pos, fract;
1401 fract = pos & (31);
1407 pu1_dst[col + (dst_strd * row)] = (UWORD8)(((32 - fract)
1409 + fract * ref_main[ref_main_idx + 1] + 16) >> 5);
1467 WORD32 inv_ang, inv_ang_sum, pos, fract;
1499 fract = pos & (31);
1505 pu1_dst[(row * dst_strd) + col] = (UWORD8)(((32 - fract)
1507 + fract * ref_main[ref_main_idx + 1] + 16) >> 5);
1563 WORD32 two_nt, pos, fract;
1574 fract = pos & (31);
1580 pu1_dst[col + (row * dst_strd)] = (((32 - fract)
1582 + fract * pu1_ref[ref_main_idx + 1] + 16) >> 5);