Home
last modified time | relevance | path

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

/external/giflib/
Dquantize.c64 GifByteType * BlueInput, in GifQuantizeBuffer() argument
95 (BlueInput[i] >> (8 - BITS_PER_PRIM_COLOR)); in GifQuantizeBuffer()
166 (BlueInput[i] >> (8 - BITS_PER_PRIM_COLOR)); in GifQuantizeBuffer()
173 if (MaxRGBError[2] < ABS(OutputColorMap[Index].Blue - BlueInput[i])) in GifQuantizeBuffer()
174 MaxRGBError[2] = ABS(OutputColorMap[Index].Blue - BlueInput[i]); in GifQuantizeBuffer()
Dgif_lib.h221 GifByteType * GreenInput, GifByteType * BlueInput,
/external/oss-fuzz/projects/giflib/
Degif_fuzz_common.h16 GifByteType * GreenInput, GifByteType * BlueInput,