Searched refs:colorMatrix (Results 1 – 1 of 1) sorted by relevance
864 private static void normalizeCM(/*inout*/float[] colorMatrix) { in normalizeCM() argument866 map(colorMatrix, D50_XYZ, /*out*/tmp); in normalizeCM()869 scale(1.0f / maxVal, colorMatrix); in normalizeCM()