Home
last modified time | relevance | path

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

/external/giflib/
Dquantize.c62 GifByteType * RedInput, in GifQuantizeBuffer() argument
91 Index = ((RedInput[i] >> (8 - BITS_PER_PRIM_COLOR)) << in GifQuantizeBuffer()
162 Index = ((RedInput[i] >> (8 - BITS_PER_PRIM_COLOR)) << 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()
Dgif_lib.h220 int *ColorMapSize, GifByteType * RedInput,