Home
last modified time | relevance | path

Searched refs:ColorMapSize (Results 1 – 4 of 4) sorted by relevance

/external/giflib/
Dquantize.c42 unsigned int ColorMapSize,
61 int *ColorMapSize, in GifQuantizeBuffer() argument
127 if (SubdivColorMap(NewColorSubdiv, *ColorMapSize, &NewColorMapSize) != in GifQuantizeBuffer()
132 if (NewColorMapSize < *ColorMapSize) { in GifQuantizeBuffer()
134 for (i = NewColorMapSize; i < *ColorMapSize; i++) in GifQuantizeBuffer()
185 *ColorMapSize = NewColorMapSize; in GifQuantizeBuffer()
198 unsigned int ColorMapSize, in SubdivColorMap() argument
206 while (ColorMapSize > *NewColorMapSize) { in SubdivColorMap()
Dgif_lib.h220 int *ColorMapSize, GifByteType * RedInput,
/external/oss-fuzz/projects/giflib/
Degif_fuzz_common.h15 int *ColorMapSize, GifByteType * RedInput,
/external/libjpeg-turbo/
Dwrgif.c256 int BitsPerPixel, ColorMapSize, InitCodeSize, FlagByte; in emit_header() local
266 ColorMapSize = 1 << BitsPerPixel; in emit_header()
293 for (i = 0; i < ColorMapSize; i++) { in emit_header()