Searched refs:OutputColorMap (Results 1 – 3 of 3) sorted by relevance
66 GifColorType * OutputColorMap) { in GifQuantizeBuffer() argument135 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 …]
223 GifColorType * OutputColorMap);
18 GifColorType * OutputColorMap);