Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_lens_correction.cpp975 const real64 fPixelScaleVInv; member in dng_filter_warp
1022 , fPixelScaleVInv (1.0 / fPixelScaleV) in dng_filter_warp()
1479 dSrc.v = diff.v + (fNormRadius * tan.v * fPixelScaleVInv); in GetSrcPixelPosition()
1497 dSrc.v = fNormRadius * (diffNorm.v * ratio + tan.v * fPixelScaleVInv); in GetSrcPixelPosition()