Searched +defs:X +defs:m (Results 1 – 1 of 1) sorted by relevance
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | RawConverter.java | 521 private static double[] calculateCIExyCoordinates(double X, double Y, double Z) { in calculateCIExyCoordinates() 779 private static boolean invert(float[] m, /*out*/float[] output) { in invert() 885 float[] m = new float[] {1.0f / xyz[0], 0, 0, 0, 1.0f / xyz[1], 0, 0, 0, 1.0f / xyz[2]}; in normalizeFM() local
|