Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dwrgif.c225 int BitsPerPixel, ColorMapSize, InitCodeSize, FlagByte; in emit_header() local
237 InitCodeSize = 2; in emit_header()
239 InitCodeSize = BitsPerPixel; in emit_header()
292 putc(InitCodeSize, dinfo->pub.output_file); in emit_header()
295 compress_init(dinfo, InitCodeSize+1); in emit_header()