Searched refs:REVERSE_FLAVOR_8 (Results 1 – 1 of 1) sorted by relevance
41 #define REVERSE_FLAVOR_8(x) ((cmsUInt8Number) (0xff-(x))) macro194 wIn[0] = FROM_8_TO_16(REVERSE_FLAVOR_8(*accum)); accum++; // C in Unroll4BytesReverse()195 wIn[1] = FROM_8_TO_16(REVERSE_FLAVOR_8(*accum)); accum++; // M in Unroll4BytesReverse()196 wIn[2] = FROM_8_TO_16(REVERSE_FLAVOR_8(*accum)); accum++; // Y in Unroll4BytesReverse()197 wIn[3] = FROM_8_TO_16(REVERSE_FLAVOR_8(*accum)); accum++; // K in Unroll4BytesReverse()1303 v = REVERSE_FLAVOR_8(v); in PackAnyBytes()1407 *(cmsUInt8Number*) output = (cmsUInt8Number) (Reverse ? REVERSE_FLAVOR_8(v) : v); in PackPlanarBytes()1572 *output++ = REVERSE_FLAVOR_8(FROM_16_TO_8(wOut[0])); in Pack4BytesReverse()1573 *output++ = REVERSE_FLAVOR_8(FROM_16_TO_8(wOut[1])); in Pack4BytesReverse()1574 *output++ = REVERSE_FLAVOR_8(FROM_16_TO_8(wOut[2])); in Pack4BytesReverse()[all …]