Searched refs:REVERSE_FLAVOR_8 (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmspack.c40 #define REVERSE_FLAVOR_8(x) ((cmsUInt8Number) (0xff-(x))) macro
193 wIn[0] = FROM_8_TO_16(REVERSE_FLAVOR_8(*accum)); accum++; // C
194 wIn[1] = FROM_8_TO_16(REVERSE_FLAVOR_8(*accum)); accum++; // M
195 wIn[2] = FROM_8_TO_16(REVERSE_FLAVOR_8(*accum)); accum++; // Y
196 wIn[3] = FROM_8_TO_16(REVERSE_FLAVOR_8(*accum)); accum++; // K
1302 v = REVERSE_FLAVOR_8(v);
1406 *(cmsUInt8Number*) output = (cmsUInt8Number) (Reverse ? REVERSE_FLAVOR_8(v) : v);
1571 *output++ = REVERSE_FLAVOR_8(FROM_16_TO_8(wOut[0]));
1572 *output++ = REVERSE_FLAVOR_8(FROM_16_TO_8(wOut[1]));
1573 *output++ = REVERSE_FLAVOR_8(FROM_16_TO_
[all...]

Completed in 195 milliseconds