HomeSort by relevance Sort by last modified time
    Searched refs:inputChan (Results 1 - 3 of 3) sorted by null

  /external/pdfium/third_party/lcms/src/
cmslut.c 552 cmsUInt32Number inputChan,
562 if (inputChan > MAX_INPUT_DIMENSIONS) {
563 cmsSignalError(ContextID, cmsERROR_RANGE, "Too many input channels (%d channels, max=%d)", inputChan, MAX_INPUT_DIMENSIONS);
567 NewMPE = _cmsStageAllocPlaceholder(ContextID, cmsSigCLutElemType, inputChan, outputChan,
580 NewElem -> nEntries = n = outputChan * CubeSize(clutPoints, inputChan);
601 NewElem ->Params = _cmsComputeInterpParamsEx(ContextID, clutPoints, inputChan, outputChan, NewElem ->Tab.T, CMS_LERP_FLAGS_16BITS);
612 cmsUInt32Number inputChan,
623 return cmsStageAllocCLut16bitGranular(ContextID, Dimensions, inputChan, outputChan, Table);
629 cmsUInt32Number inputChan,
640 return cmsStageAllocCLutFloatGranular(ContextID, Dimensions, inputChan, outputChan, Table)
    [all...]
cmstypes.c     [all...]
  /external/pdfium/third_party/lcms/include/
lcms2.h     [all...]

Completed in 500 milliseconds