Searched refs:colorMatrix2 (Results 1 – 1 of 1) sorted by relevance
130 public final float[] colorMatrix2; field in RawConverter.DngBayerMetadata179 colorMatrix2 = new float[9]; in DngBayerMetadata()186 colorMatrix2); in DngBayerMetadata() local190 colorMatrix2); in DngBayerMetadata() local371 float[] normalizedColorMatrix2 = Arrays.copyOf(dngBayerMetadata.colorMatrix2, in convertToSRGB()372 dngBayerMetadata.colorMatrix2.length); in convertToSRGB()385 + Arrays.toString(dngBayerMetadata.colorMatrix2)); in convertToSRGB()572 float[] colorMatrix1, float[] colorMatrix2, Rational[/*3*/] neutralColorPoint) { in findDngInterpolationFactor() argument597 multiply(calibrationTransform2, colorMatrix2, /*out*/XYZToCamera2); in findDngInterpolationFactor()