Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_resample.cpp375 real64 yFract = y * (1.0 / (real64) kResampleSubsampleCount2D); in Initialize() local
397 real64 yPos = yInt - yFract; in Initialize()
468 const uint32 yOffset = fRadius - ((yFract >= 0.5) ? 0 : 1); in Initialize()