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

/external/jpeg/
H A Dwrgif.c223 int BitsPerPixel, ColorMapSize, InitCodeSize, FlagByte; local
251 FlagByte = 0x80; /* Yes, there is a global color table */
252 FlagByte |= (BitsPerPixel-1) << 4; /* color resolution */
253 FlagByte |= (BitsPerPixel-1); /* size of global color table */
254 putc(FlagByte, dinfo->pub.output_file);

Completed in 47 milliseconds