Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dwrgif.c226 int BitsPerPixel, ColorMapSize, InitCodeSize, FlagByte; in emit_header() local
254 FlagByte = 0x80; /* Yes, there is a global color table */ in emit_header()
255 FlagByte |= (BitsPerPixel - 1) << 4; /* color resolution */ in emit_header()
256 FlagByte |= (BitsPerPixel - 1); /* size of global color table */ in emit_header()
257 putc(FlagByte, dinfo->pub.output_file); in emit_header()