ABS               169 lib/quantize.c         if (MaxRGBError[0] < ABS(OutputColorMap[Index].Red - RedInput[i]))
ABS               170 lib/quantize.c             MaxRGBError[0] = ABS(OutputColorMap[Index].Red - RedInput[i]);
ABS               171 lib/quantize.c         if (MaxRGBError[1] < ABS(OutputColorMap[Index].Green - GreenInput[i]))
ABS               172 lib/quantize.c             MaxRGBError[1] = ABS(OutputColorMap[Index].Green - GreenInput[i]);
ABS               173 lib/quantize.c         if (MaxRGBError[2] < ABS(OutputColorMap[Index].Blue - BlueInput[i]))
ABS               174 lib/quantize.c             MaxRGBError[2] = ABS(OutputColorMap[Index].Blue - BlueInput[i]);