Searched refs:interpolationFactor (Results 1 – 1 of 1) sorted by relevance
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | RawConverter.java | 305 double interpolationFactor = findDngInterpolationFactor(referenceIlluminant1, in convertToSRGB() local 308 if (DEBUG) Log.d(TAG, "Interpolation factor used: " + interpolationFactor); in convertToSRGB() 312 interpolationFactor, /*out*/sensorToXYZ); in convertToSRGB() 591 Rational[/*3*/] neutralColorPoint, double interpolationFactor, in calculateCameraToXYZD50Transform() argument 598 lerp(calibrationTransform1, calibrationTransform2, interpolationFactor, in calculateCameraToXYZD50Transform() 621 lerp(forwardTransform1, forwardTransform2, interpolationFactor, /*out*/intermediate); in calculateCameraToXYZD50Transform()
|