Home
last modified time | relevance | path

Searched refs:colorMatrix (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
DRawConverter.java769 private static void normalizeCM(/*inout*/float[] colorMatrix) { in normalizeCM() argument
771 map(colorMatrix, D50_XYZ, /*out*/tmp); in normalizeCM()
774 scale(1.0f / maxVal, colorMatrix); in normalizeCM()