Home | History | Annotate | Download | only in source

Lines Matching full:basedelta

2207 		int64 baseDelta = (offsetV + 32768) >> 16;
2209 baseDelta = baseDelta * baseDelta + tRound;
2218 int64 delta = baseDelta + (temp * temp);