Searched refs:OutputColorMap (Results 1 – 3 of 3) sorted by relevance
68 GifColorType * OutputColorMap) { in GifQuantizeBuffer() argument137 OutputColorMap[i].Red = OutputColorMap[i].Green = in GifQuantizeBuffer()138 OutputColorMap[i].Blue = 0; in GifQuantizeBuffer()154 OutputColorMap[i].Red = (Red << (8 - BITS_PER_PRIM_COLOR)) / j; in GifQuantizeBuffer()155 OutputColorMap[i].Green = (Green << (8 - BITS_PER_PRIM_COLOR)) / j; in GifQuantizeBuffer()156 OutputColorMap[i].Blue = (Blue << (8 - BITS_PER_PRIM_COLOR)) / j; in GifQuantizeBuffer()171 if (MaxRGBError[0] < ABS(OutputColorMap[Index].Red - RedInput[i])) in GifQuantizeBuffer()172 MaxRGBError[0] = ABS(OutputColorMap[Index].Red - RedInput[i]); in GifQuantizeBuffer()173 if (MaxRGBError[1] < ABS(OutputColorMap[Index].Green - GreenInput[i])) in GifQuantizeBuffer()174 MaxRGBError[1] = ABS(OutputColorMap[Index].Green - GreenInput[i]); in GifQuantizeBuffer()[all …]
61 int ExpColorMapSize, ColorMapObject *OutputColorMap);164 int ExpColorMapSize, ColorMapObject *OutputColorMap) in SaveGif() argument178 OutputColorMap) == GIF_ERROR || in SaveGif()213 ColorMapObject *OutputColorMap = NULL; in RGB2GIF() local226 if ((OutputColorMap = GifMakeMapObject(ColorMapSize, NULL)) == NULL || in RGB2GIF()233 OutputBuffer, OutputColorMap->Colors) == GIF_ERROR) in RGB2GIF()239 SaveGif(OutputBuffer, Width, Height, ExpNumOfColors, OutputColorMap); in RGB2GIF()
44 GifColorType * OutputColorMap);