Searched refs:nMaxGrids (Results 1 – 1 of 1) sorted by relevance
4266 cmsUInt32Number i, nMaxGrids, GridPoints[MAX_INPUT_DIMENSIONS]; in Type_MPEclut_Read() local4279 nMaxGrids = InputChans > MAX_INPUT_DIMENSIONS ? MAX_INPUT_DIMENSIONS : InputChans; in Type_MPEclut_Read()4280 for (i=0; i < nMaxGrids; i++) GridPoints[i] = (cmsUInt32Number) Dimensions8[i]; in Type_MPEclut_Read()