Home
last modified time | relevance | path

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

/third_party/giflib/
Dquantize.c66 GifByteType * BlueInput, in GifQuantizeBuffer() argument
97 (BlueInput[i] >> (8 - BITS_PER_PRIM_COLOR)); in GifQuantizeBuffer()
168 (BlueInput[i] >> (8 - BITS_PER_PRIM_COLOR)); in GifQuantizeBuffer()
175 if (MaxRGBError[2] < ABS(OutputColorMap[Index].Blue - BlueInput[i])) in GifQuantizeBuffer()
176 MaxRGBError[2] = ABS(OutputColorMap[Index].Blue - BlueInput[i]); in GifQuantizeBuffer()
Dgetarg.h42 GifByteType * GreenInput, GifByteType * BlueInput,