Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_lens_correction.cpp2208 const dng_point_real64 centerPixel (Lerp_real64 (bounds.t, in Prepare() local
2218 const real64 maxRadius = hypot (Max_real64 (Abs_real64 (centerPixel.v - bounds.t), in Prepare()
2219 Abs_real64 (centerPixel.v - bounds.b)) * pixelScaleV, in Prepare()
2221 Max_real64 (Abs_real64 (centerPixel.h - bounds.l), in Prepare()
2222 Abs_real64 (centerPixel.h - bounds.r))); in Prepare()
2231 fSrcOriginH = Real64ToFixed64 (-centerPixel.h * pixelScaleH / radius.h); in Prepare()
2232 fSrcOriginV = Real64ToFixed64 (-centerPixel.v * pixelScaleV / radius.v); in Prepare()