Searched refs:colorMatrix1 (Results 1 – 1 of 1) sorted by relevance
119 public final float[] colorMatrix1; field in RawConverter.DngBayerMetadata168 colorMatrix1 = new float[9]; in DngBayerMetadata()172 colorMatrix1); in DngBayerMetadata() local941 float[] normalizedColorMatrix1 = Arrays.copyOf(dngBayerMetadata.colorMatrix1, in convertToSRGB()942 dngBayerMetadata.colorMatrix1.length); in convertToSRGB()956 + Arrays.toString(dngBayerMetadata.colorMatrix1)); in convertToSRGB()1109 float[] colorMatrix1, float[] colorMatrix2, Rational[/*3*/] neutralColorPoint) { in findDngInterpolationFactor() argument1133 multiply(calibrationTransform1, colorMatrix1, /*out*/XYZToCamera1); in findDngInterpolationFactor()