Home
last modified time | relevance | path

Searched refs:OutputColorMap (Results 1 – 2 of 2) sorted by relevance

/external/giflib/
Dquantize.c66 GifColorType * OutputColorMap) { in GifQuantizeBuffer() argument
135 OutputColorMap[i].Red = OutputColorMap[i].Green = in GifQuantizeBuffer()
136 OutputColorMap[i].Blue = 0; in GifQuantizeBuffer()
152 OutputColorMap[i].Red = (Red << (8 - BITS_PER_PRIM_COLOR)) / j; in GifQuantizeBuffer()
153 OutputColorMap[i].Green = (Green << (8 - BITS_PER_PRIM_COLOR)) / j; in GifQuantizeBuffer()
154 OutputColorMap[i].Blue = (Blue << (8 - BITS_PER_PRIM_COLOR)) / j; in GifQuantizeBuffer()
169 if (MaxRGBError[0] < ABS(OutputColorMap[Index].Red - RedInput[i])) in GifQuantizeBuffer()
170 MaxRGBError[0] = ABS(OutputColorMap[Index].Red - RedInput[i]); in GifQuantizeBuffer()
171 if (MaxRGBError[1] < ABS(OutputColorMap[Index].Green - GreenInput[i])) in GifQuantizeBuffer()
172 MaxRGBError[1] = ABS(OutputColorMap[Index].Green - GreenInput[i]); in GifQuantizeBuffer()
[all …]
Dgif_lib.h223 GifColorType * OutputColorMap);