Searched refs:colorMatrix1 (Results 1 – 1 of 1) sorted by relevance
129 public final float[] colorMatrix1; field in RawConverter.DngBayerMetadata178 colorMatrix1 = new float[9]; in DngBayerMetadata()182 colorMatrix1); in DngBayerMetadata() local368 float[] normalizedColorMatrix1 = Arrays.copyOf(dngBayerMetadata.colorMatrix1, in convertToSRGB()369 dngBayerMetadata.colorMatrix1.length); in convertToSRGB()383 + Arrays.toString(dngBayerMetadata.colorMatrix1)); in convertToSRGB()572 float[] colorMatrix1, float[] colorMatrix2, Rational[/*3*/] neutralColorPoint) { in findDngInterpolationFactor() argument596 multiply(calibrationTransform1, colorMatrix1, /*out*/XYZToCamera1); in findDngInterpolationFactor()