Searched refs:colorMatrix2 (Results 1 – 1 of 1) sorted by relevance
120 public final float[] colorMatrix2; field in RawConverter.DngBayerMetadata169 colorMatrix2 = new float[9]; in DngBayerMetadata()176 colorMatrix2); in DngBayerMetadata() local180 colorMatrix2); in DngBayerMetadata() local944 float[] normalizedColorMatrix2 = Arrays.copyOf(dngBayerMetadata.colorMatrix2, in convertToSRGB()945 dngBayerMetadata.colorMatrix2.length); in convertToSRGB()958 + Arrays.toString(dngBayerMetadata.colorMatrix2)); in convertToSRGB()1109 float[] colorMatrix1, float[] colorMatrix2, Rational[/*3*/] neutralColorPoint) { in findDngInterpolationFactor() argument1134 multiply(calibrationTransform2, colorMatrix2, /*out*/XYZToCamera2); in findDngInterpolationFactor()