Home | History | Annotate | Download | only in common

Lines Matching refs:fract

1238     WORD32 pos, fract;
1250 fract = pos & (31);
1256 pu1_dst[col + (row * dst_strd)] = (((32 - fract)
1258 + fract * pu1_ref[ref_main_idx - 1] + 16) >> 5);
1319 WORD32 pos, fract;
1356 fract = pos & (31);
1362 pu1_dst[col + (dst_strd * row)] = (UWORD8)(((32 - fract)
1364 + fract * ref_main[ref_main_idx + 1] + 16) >> 5);
1422 WORD32 inv_ang, inv_ang_sum, pos, fract;
1454 fract = pos & (31);
1460 pu1_dst[(row * dst_strd) + col] = (UWORD8)(((32 - fract)
1462 + fract * ref_main[ref_main_idx + 1] + 16) >> 5);
1518 WORD32 two_nt, pos, fract;
1529 fract = pos & (31);
1535 pu1_dst[col + (row * dst_strd)] = (((32 - fract)
1537 + fract * pu1_ref[ref_main_idx + 1] + 16) >> 5);