Searched refs:vStep (Results 1 – 1 of 1) sorted by relevance
332 int32_t vStep = vArray[previous] - vArray[current]; // positive in findU() local333 T u = uStep <= 0 || vStep <= 0 ? // we do not permit negative ustep or vstep in findU()335 : ((int64_t)diff * uStep + (vStep >> 1)) / vStep + uArray[current]; in findU()