Searched refs:FlagByte (Results 1 – 2 of 2) sorted by relevance
/external/jpeg/ |
D | wrgif.c | 223 int BitsPerPixel, ColorMapSize, InitCodeSize, FlagByte; in emit_header() local 251 FlagByte = 0x80; /* Yes, there is a global color table */ in emit_header() 252 FlagByte |= (BitsPerPixel-1) << 4; /* color resolution */ in emit_header() 253 FlagByte |= (BitsPerPixel-1); /* size of global color table */ in emit_header() 254 putc(FlagByte, dinfo->pub.output_file); in emit_header()
|
/external/qemu/distrib/jpeg-6b/ |
D | wrgif.c | 223 int BitsPerPixel, ColorMapSize, InitCodeSize, FlagByte; in emit_header() local 251 FlagByte = 0x80; /* Yes, there is a global color table */ in emit_header() 252 FlagByte |= (BitsPerPixel-1) << 4; /* color resolution */ in emit_header() 253 FlagByte |= (BitsPerPixel-1); /* size of global color table */ in emit_header() 254 putc(FlagByte, dinfo->pub.output_file); in emit_header()
|