HomeSort by relevance Sort by last modified time
    Searched defs:nChan (Results 1 - 2 of 2) sorted by null

  /external/pdfium/third_party/lcms/src/
cmslut.c 705 int nChan = *(int*) Cargo;
708 for (i=0; i < nChan; i++)
715 cmsStage* _cmsStageAllocIdentityCLut(cmsContext ContextID, int nChan)
724 mpe = cmsStageAllocCLut16bitGranular(ContextID, Dimensions, nChan, nChan, NULL);
727 if (!cmsStageSampleCLut16bit(mpe, IdentitySampler, &nChan, 0)) {
    [all...]
cmspack.c 100 int nChan = T_CHANNELS(info -> InputFormat);
113 for (i=0; i < nChan; i++) {
114 int index = DoSwap ? (nChan - i - 1) : i;
129 memmove(&wIn[0], &wIn[1], (nChan-1) * sizeof(cmsUInt16Number));
130 wIn[nChan-1] = tmp;
147 int nChan = T_CHANNELS(info -> InputFormat);
158 for (i=0; i < nChan; i++) {
160 int index = DoSwap ? (nChan - i - 1) : i;
477 int nChan = T_CHANNELS(info -> InputFormat);
490 for (i=0; i < nChan; i++)
    [all...]

Completed in 59 milliseconds