Home
last modified time | relevance | path

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

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