Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_lens_correction.cpp465 real64 maxSrcGap = 0.0; in MaxSrcRadiusGap() local
623 maxSrcGap = Max_real64 (maxSrcGap, in MaxSrcRadiusGap()
628 return maxSrcGap; in MaxSrcRadiusGap()
885 real64 maxSrcGap = 0.0; in MaxSrcRadiusGap() local
906 maxSrcGap = Max_real64 (maxSrcGap, in MaxSrcRadiusGap()
913 return maxSrcGap; in MaxSrcRadiusGap()
1258 const real64 maxSrcGap = fParams->MaxSrcRadiusGap (maxDstGap); in SrcTileSize() local
1260 const int32 dim = ConvertDoubleToInt32 (ceil (maxSrcGap * fNormRadius)); in SrcTileSize()