Searched refs:InitCodeSize (Results 1 – 2 of 2) sorted by relevance
/external/jpeg/ |
D | wrgif.c | 223 int BitsPerPixel, ColorMapSize, InitCodeSize, FlagByte; in emit_header() local 235 InitCodeSize = 2; in emit_header() 237 InitCodeSize = BitsPerPixel; in emit_header() 290 putc(InitCodeSize, dinfo->pub.output_file); in emit_header() 293 compress_init(dinfo, InitCodeSize+1); in emit_header()
|
/external/qemu/distrib/jpeg-6b/ |
D | wrgif.c | 223 int BitsPerPixel, ColorMapSize, InitCodeSize, FlagByte; in emit_header() local 235 InitCodeSize = 2; in emit_header() 237 InitCodeSize = BitsPerPixel; in emit_header() 290 putc(InitCodeSize, dinfo->pub.output_file); in emit_header() 293 compress_init(dinfo, InitCodeSize+1); in emit_header()
|