Home
last modified time | relevance | path

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

/third_party/giflib/
Dquantize.c64 GifByteType * RedInput, in GifQuantizeBuffer() argument
93 Index = ((RedInput[i] >> (8 - BITS_PER_PRIM_COLOR)) << in GifQuantizeBuffer()
164 Index = ((RedInput[i] >> (8 - BITS_PER_PRIM_COLOR)) << 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()
Dgetarg.h41 int *ColorMapSize, GifByteType * RedInput,