Searched refs:Lerp_real64 (Results 1 - 2 of 2) sorted by relevance

/external/dng_sdk/source/
H A Ddng_lens_correction.cpp1059 fCenter.h = Lerp_real64 ((real64) bounds.l,
1063 fCenter.v = Lerp_real64 ((real64) bounds.t,
1078 const dng_point_real64 squareCenter (Lerp_real64 ((real64) squareBounds.t,
1082 Lerp_real64 ((real64) squareBounds.l,
2208 const dng_point_real64 centerPixel (Lerp_real64 (bounds.t,
2212 Lerp_real64 (bounds.l,
H A Ddng_utils.h464 inline real64 Lerp_real64 (real64 a, real64 b, real64 t) function

Completed in 131 milliseconds