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

  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsintrp.c 265 cmsUInt32Number OutChan;
279 for (OutChan=0; OutChan < p16->nOutputs; OutChan++) {
281 Output[OutChan] = LinearInterp(rk, LutTable[K0+OutChan], LutTable[K1+OutChan]);
296 cmsUInt32Number OutChan;
318 for (OutChan=0; OutChan < p->nOutputs; OutChan++)
    [all...]
cmsopt.c 823 #define DENS(i,j,k) (LutTable[(i)+(j)+(k)+OutChan])
833 int OutChan;
858 for (OutChan=0; OutChan < TotalOut; OutChan++) {
909 Output[OutChan] = (cmsUInt16Number)c0 + ((Rest + (Rest>>16))>>16);
    [all...]

Completed in 4891 milliseconds