Searched refs:xFract (Results 1 - 1 of 1) sorted by relevance

/external/dng_sdk/source/
H A Ddng_resample.cpp380 real64 xFract = x * (1.0 / (real64) kResampleSubsampleCount2D); local
403 real64 xPos = xInt - xFract;
467 const uint32 xOffset = fRadius - ((xFract >= 0.5) ? 0 : 1);

Completed in 83 milliseconds