Searched refs:Pin_real64 (Results 1 – 7 of 7) sorted by relevance
/external/dng_sdk/source/ |
D | dng_xy_coord.cpp | 55 temp.x = Pin_real64 (0.000001, temp.x, 0.999999); in XYtoXYZ() 56 temp.y = Pin_real64 (0.000001, temp.y, 0.999999); in XYtoXYZ()
|
D | dng_color_spec.cpp | 54 A [0] [0] = Pin_real64 (0.1, w1 [0] > 0.0 ? w2 [0] / w1 [0] : 10.0, 10.0); in MapWhiteMatrix() 55 A [1] [1] = Pin_real64 (0.1, w1 [1] > 0.0 ? w2 [1] / w1 [1] : 10.0, 10.0); in MapWhiteMatrix() 56 A [2] [2] = Pin_real64 (0.1, w1 [2] > 0.0 ? w2 [2] / w1 [2] : 10.0, 10.0); in MapWhiteMatrix() 425 fCameraWhite [j] = Pin_real64 (0.001, in SetWhiteXY()
|
D | dng_1d_function.cpp | 58 real64 x2 = Pin_real64 (0.0, in EvaluateInverse() 141 real64 y = Pin_real64 (0.0, fFunction1.Evaluate (x), 1.0); in Evaluate()
|
D | dng_utils.h | 425 inline real64 Pin_real64 (real64 min, real64 x, real64 max) in Pin_real64() function 432 inline real64 Pin_real64 (real64 x) in Pin_real64() function 435 return Pin_real64 (0.0, x, 1.0); in Pin_real64()
|
D | dng_linearization_info.cpp | 365 y = Pin_real64 (0.0, y, 1.0); in dng_linearize_plane()
|
D | dng_lens_correction.cpp | 220 const real64 x2 = Pin_real64 (0.0, in EvaluateInverse()
|
D | dng_negative.cpp | 4304 x = Pin_real64 (0.0, (x - fBlack) * scale, 1.0); in Evaluate()
|