Lines Matching refs:Matrix
52 implemented as a set of curves), matrix-shaper and Pipeline-based.
58 placed into /DecodeA section, and matrix equals to D50. Since here is
78 Matrix-shaper based
90 /MatrixABC [Matrix]
733 int EmitCIEBasedABC(cmsIOHANDLER* m, cmsFloat64Number* Matrix, cmsToneCurve** CurveSet, cmsCIEXYZ* BlackPoint)
749 _cmsIOPrintf(m, "%.6f %.6f %.6f ", Matrix[i + 3*0],
750 Matrix[i + 3*1],
751 Matrix[i + 3*2]);
945 // Does create CSA based on matrix-shaper. Allowed types are gray and RGB based
948 int WriteInputMatrixShaper(cmsIOHANDLER* m, cmsHPROFILE hProfile, cmsStage* Matrix, cmsStage* Shaper)
970 memmove(&Mat, GetPtrToMatrix(Matrix), sizeof(Mat));
1052 cmsStage* Matrix, *Shaper;
1080 // Tone curves + matrix can be implemented without any LUT
1081 if (cmsPipelineCheckAndRetreiveStages(lut, 2, cmsSigCurveSetElemType, cmsSigMatrixElemType, &Shaper, &Matrix)) {
1083 if (!WriteInputMatrixShaper(mem, hProfile, Matrix, Shaper)) goto Error;
1469 // implemented as matrix-shaper.