Home
last modified time | relevance | path

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

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