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

/external/giflib/
H A Dquantize.c66 GifColorType * OutputColorMap) {
135 OutputColorMap[i].Red = OutputColorMap[i].Green =
136 OutputColorMap[i].Blue = 0;
152 OutputColorMap[i].Red = (Red << (8 - BITS_PER_PRIM_COLOR)) / j;
153 OutputColorMap[i].Green = (Green << (8 - BITS_PER_PRIM_COLOR)) / j;
154 OutputColorMap[i].Blue = (Blue << (8 - BITS_PER_PRIM_COLOR)) / j;
169 if (MaxRGBError[0] < ABS(OutputColorMap[Index].Red - RedInput[i]))
170 MaxRGBError[0] = ABS(OutputColorMap[Index].Red - RedInput[i]);
171 if (MaxRGBError[1] < ABS(OutputColorMap[Inde
59 GifQuantizeBuffer(unsigned int Width, unsigned int Height, int *ColorMapSize, GifByteType * RedInput, GifByteType * GreenInput, GifByteType * BlueInput, GifByteType * OutputBuffer, GifColorType * OutputColorMap) argument
[all...]

Completed in 84 milliseconds