Searched refs:InitCodeSize (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | wrgif.c | 226 int BitsPerPixel, ColorMapSize, InitCodeSize, FlagByte; in emit_header() local 238 InitCodeSize = 2; in emit_header() 240 InitCodeSize = BitsPerPixel; in emit_header() 293 putc(InitCodeSize, dinfo->pub.output_file); in emit_header() 296 compress_init(dinfo, InitCodeSize + 1); in emit_header()
|
/third_party/libjpeg-turbo/ |
D | wrgif.c | 226 int BitsPerPixel, ColorMapSize, InitCodeSize, FlagByte; in emit_header() local 238 InitCodeSize = 2; in emit_header() 240 InitCodeSize = BitsPerPixel; in emit_header() 293 putc(InitCodeSize, dinfo->pub.output_file); in emit_header() 296 compress_init(dinfo, InitCodeSize + 1); in emit_header()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | wrgif.c | 256 int BitsPerPixel, ColorMapSize, InitCodeSize, FlagByte; in emit_header() local 268 InitCodeSize = 2; in emit_header() 270 InitCodeSize = BitsPerPixel; in emit_header() 323 putc(InitCodeSize, dinfo->pub.output_file); in emit_header() 326 compress_init(dinfo, InitCodeSize + 1); in emit_header()
|