Searched defs:BlueInput (Results 1 - 1 of 1) sorted by relevance

/external/giflib/
H A Dquantize.c64 GifByteType * BlueInput,
95 (BlueInput[i] >> (8 - BITS_PER_PRIM_COLOR));
166 (BlueInput[i] >> (8 - BITS_PER_PRIM_COLOR));
173 if (MaxRGBError[2] < ABS(OutputColorMap[Index].Blue - BlueInput[i]))
174 MaxRGBError[2] = ABS(OutputColorMap[Index].Blue - BlueInput[i]);
59 GifQuantizeBuffer(unsigned int Width, unsigned int Height, int *ColorMapSize, GifByteType * RedInput, GifByteType * GreenInput, GifByteType * BlueInput, GifByteType * OutputBuffer, GifColorType * OutputColorMap) argument

Completed in 19 milliseconds