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

  /external/pdfium/third_party/lcms/src/
cmspack.c 96 register cmsUInt16Number wIn[],
118 wIn[index] = v;
127 cmsUInt16Number tmp = wIn[0];
129 memmove(&wIn[0], &wIn[1], (nChan-1) * sizeof(cmsUInt16Number));
130 wIn[nChan-1] = tmp;
143 register cmsUInt16Number wIn[],
163 wIn[index] = Reverse ? REVERSE_FLAVOR_16(v) : v;
173 register cmsUInt16Number wIn[],
177 wIn[0] = FROM_8_TO_16(*accum); accum++; //
    [all...]
cmsxform.c 352 cmsUInt16Number wIn[cmsMAXCHANNELS];
367 accum = p->FromInput(p, wIn, accum, Stride->BytesPerPlaneIn);
368 output = p->ToOutput(p, wIn, output, Stride->BytesPerPlaneOut);
389 cmsUInt16Number wIn[cmsMAXCHANNELS], wOut[cmsMAXCHANNELS];
404 accum = p->FromInput(p, wIn, accum, Stride->BytesPerPlaneIn);
405 p->Lut->Eval16Fn(wIn, wOut, p->Lut->Data);
419 const cmsUInt16Number wIn[],
424 p ->GamutCheck ->Eval16Fn(wIn, &wOutOfGamut, p ->GamutCheck ->Data);
436 p ->Lut ->Eval16Fn(wIn, wOut, p -> Lut->Data);
450 cmsUInt16Number wIn[cmsMAXCHANNELS], wOut[cmsMAXCHANNELS]
    [all...]

Completed in 70 milliseconds