Home
last modified time | relevance | path

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

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