Searched refs:nMaxGrids (Results 1 – 2 of 2) sorted by relevance
43 nMaxGrids = InputChans > MAX_INPUT_DIMENSIONS ? MAX_INPUT_DIMENSIONS : InputChans;44 - for (i=0; i < nMaxGrids; i++) GridPoints[i] = (cmsUInt32Number) Dimensions8[i];46 + for (i = 0; i < nMaxGrids; i++) {
4308 cmsUInt32Number i, nMaxGrids, GridPoints[MAX_INPUT_DIMENSIONS]; in Type_MPEclut_Read() local4321 nMaxGrids = InputChans > MAX_INPUT_DIMENSIONS ? MAX_INPUT_DIMENSIONS : InputChans; in Type_MPEclut_Read()4323 for (i = 0; i < nMaxGrids; i++) { in Type_MPEclut_Read()