Home
last modified time | relevance | path

Searched refs:nChan (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/lcms2-2.6/src/
Dcmspack.c99 int nChan = T_CHANNELS(info -> InputFormat); in UnrollChunkyBytes() local
112 for (i=0; i < nChan; i++) { in UnrollChunkyBytes()
113 int index = DoSwap ? (nChan - i - 1) : i; in UnrollChunkyBytes()
128 memmove(&wIn[0], &wIn[1], (nChan-1) * sizeof(cmsUInt16Number)); in UnrollChunkyBytes()
129 wIn[nChan-1] = tmp; in UnrollChunkyBytes()
146 int nChan = T_CHANNELS(info -> InputFormat); in UnrollPlanarBytes() local
157 for (i=0; i < nChan; i++) { in UnrollPlanarBytes()
159 int index = DoSwap ? (nChan - i - 1) : i; in UnrollPlanarBytes()
476 int nChan = T_CHANNELS(info -> InputFormat); in UnrollAnyWords() local
489 for (i=0; i < nChan; i++) { in UnrollAnyWords()
[all …]
Dcmslut.c705 int nChan = *(int*) Cargo; in IdentitySampler() local
708 for (i=0; i < nChan; i++) in IdentitySampler()
715 cmsStage* _cmsStageAllocIdentityCLut(cmsContext ContextID, int nChan) in _cmsStageAllocIdentityCLut() argument
724 mpe = cmsStageAllocCLut16bitGranular(ContextID, Dimensions, nChan, nChan, NULL); in _cmsStageAllocIdentityCLut()
727 if (!cmsStageSampleCLut16bit(mpe, IdentitySampler, &nChan, 0)) { in _cmsStageAllocIdentityCLut()
Dlcms2_internal.h822 cmsStage* _cmsStageAllocIdentityCLut(cmsContext ContextID, int nChan);