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

  /external/pdfium/third_party/lcms2-2.6/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 99 int nChan = T_CHANNELS(info -> InputFormat);
112 for (i=0; i < nChan; i++) {
113 int index = DoSwap ? (nChan - i - 1) : i;
128 memmove(&wIn[0], &wIn[1], (nChan-1) * sizeof(cmsUInt16Number));
129 wIn[nChan-1] = tmp;
146 int nChan = T_CHANNELS(info -> InputFormat);
157 for (i=0; i < nChan; i++) {
159 int index = DoSwap ? (nChan - i - 1) : i;
476 int nChan = T_CHANNELS(info -> InputFormat);
489 for (i=0; i < nChan; i++)
    [all...]

Completed in 325 milliseconds