Home
last modified time | relevance | path

Searched refs:InitCodeSize (Results 26 – 50 of 98) sorted by relevance

1234

/dports/x11-toolkits/p5-Tk/Tk-804.035/JPEG/jpeg/
H A Dwrgif.c223 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()
/dports/graphics/synfig/synfig-1.2.2/gtkmm-osx/jpeg-6b/
H A Dwrgif.c223 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()
/dports/graphics/synfigstudio/synfig-1.2.2/gtkmm-osx/jpeg-6b/
H A Dwrgif.c223 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()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/libjpeg-turbo/libjpeg-turbo-2.0.6/
H A Dwrgif.c226 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()
/dports/graphics/povray36/povray-3.6.1/libraries/jpeg/
H A Dwrgif.c223 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()
/dports/x11/xloadimage/xloadimage.4.1/jpeg/
H A Djwrgif.c302 int BitsPerPixel, ColorMapSize, InitCodeSize, FlagByte; in emit_header() local
314 InitCodeSize = 2; in emit_header()
316 InitCodeSize = BitsPerPixel; in emit_header()
369 putc(InitCodeSize, dcinfo->output_file); in emit_header()
372 compress_init(InitCodeSize+1); in emit_header()
/dports/science/hdf5-18/hdf5-1.8.21/hl/tools/gif2h5/
H A Dhdfgifwr.c77 int InitCodeSize; in hdfWriteGIF() local
94 InitCodeSize = 2; in hdfWriteGIF()
96 InitCodeSize = BitsPerPixel; in hdfWriteGIF()
103 compress(InitCodeSize+1, fp, pic8, w*h); in hdfWriteGIF()
H A Ddecompress.c26 InitCodeSize, /* Starting code size, used during Clear */ variable
203 InitCodeSize = CodeSize; in Decompress()
235 CodeSize = InitCodeSize; in Decompress()
H A Dhdf2gif.c62 int ColorMapSize, InitCodeSize, Background, BitsPerPixel; in main() local
266 InitCodeSize = 2; in main()
268 InitCodeSize = BitsPerPixel; in main()
312 fputc(InitCodeSize , fpGif); in main()
/dports/science/hdf5/hdf5-1.10.6/hl/tools/gif2h5/
H A Dhdfgifwr.c77 int InitCodeSize; in hdfWriteGIF() local
94 InitCodeSize = 2; in hdfWriteGIF()
96 InitCodeSize = BitsPerPixel; in hdfWriteGIF()
103 compress(InitCodeSize+1, fp, pic8, w*h); in hdfWriteGIF()
H A Ddecompress.c26 InitCodeSize, /* Starting code size, used during Clear */ variable
203 InitCodeSize = CodeSize; in Decompress()
235 CodeSize = InitCodeSize; in Decompress()
H A Dhdf2gif.c64 int ColorMapSize, InitCodeSize, Background, BitsPerPixel; in main() local
272 InitCodeSize = 2; in main()
274 InitCodeSize = BitsPerPixel; in main()
318 fputc(InitCodeSize , fpGif); in main()
/dports/science/hdf/hdf-4.2.15/hdf/util/
H A Ddecompress.c47 InitCodeSize, /* Starting code size, used during Clear */ variable
207 InitCodeSize = CodeSize;
241 CodeSize = InitCodeSize;
H A Dhdf2gif.c111 int ColorMapSize, InitCodeSize, Background, BitsPerPixel; in main() local
263 if (BitsPerPixel <= 1) InitCodeSize = 2; in main()
264 else InitCodeSize = BitsPerPixel; in main()
350 fputc (InitCodeSize , fpGif); in main()
H A Dhdfgifwr.c117 int ColorMapSize, InitCodeSize, Background; local
140 if (BitsPerPixel <= 1) InitCodeSize = 2;
141 else InitCodeSize = BitsPerPixel;
150 compress(InitCodeSize+1, fp, pic8, w*h);
/dports/x11/xfishtank/xfishtank2.0/fishtogif/
H A Dwritegif.c227 int InitCodeSize; local
254 InitCodeSize = 2;
256 InitCodeSize = BitsPerPixel;
338 fputc( InitCodeSize, fp );
343 compress( InitCodeSize+1, fp, GetPixel );
/dports/russian/gd/libgd-2.3.1/src/
H A Dgd_gif_out.c1082 int InitCodeSize; in GIFEncode() local
1107 InitCodeSize = 2; in GIFEncode()
1109 InitCodeSize = BitsPerPixel; in GIFEncode()
1177 gdPutC(InitCodeSize, fp); in GIFEncode()
1180 compress(InitCodeSize + 1, fp, im, &ctx); in GIFEncode()
1193 int InitCodeSize; in GIFAnimEncode() local
1228 InitCodeSize = 2; in GIFAnimEncode()
1230 InitCodeSize = BitsPerPixel; in GIFAnimEncode()
1277 gdPutC(InitCodeSize, fp); in GIFAnimEncode()
1280 compress(InitCodeSize + 1, fp, im, &ctx); in GIFAnimEncode()
/dports/ukrainian/gd/libgd-2.3.1/src/
H A Dgd_gif_out.c1082 int InitCodeSize; in GIFEncode() local
1107 InitCodeSize = 2; in GIFEncode()
1109 InitCodeSize = BitsPerPixel; in GIFEncode()
1177 gdPutC(InitCodeSize, fp); in GIFEncode()
1180 compress(InitCodeSize + 1, fp, im, &ctx); in GIFEncode()
1193 int InitCodeSize; in GIFAnimEncode() local
1228 InitCodeSize = 2; in GIFAnimEncode()
1230 InitCodeSize = BitsPerPixel; in GIFAnimEncode()
1277 gdPutC(InitCodeSize, fp); in GIFAnimEncode()
1280 compress(InitCodeSize + 1, fp, im, &ctx); in GIFAnimEncode()
/dports/japanese/gd/libgd-2.3.1/src/
H A Dgd_gif_out.c1082 int InitCodeSize; in GIFEncode() local
1107 InitCodeSize = 2; in GIFEncode()
1109 InitCodeSize = BitsPerPixel; in GIFEncode()
1177 gdPutC(InitCodeSize, fp); in GIFEncode()
1180 compress(InitCodeSize + 1, fp, im, &ctx); in GIFEncode()
1193 int InitCodeSize; in GIFAnimEncode() local
1228 InitCodeSize = 2; in GIFAnimEncode()
1230 InitCodeSize = BitsPerPixel; in GIFAnimEncode()
1277 gdPutC(InitCodeSize, fp); in GIFAnimEncode()
1280 compress(InitCodeSize + 1, fp, im, &ctx); in GIFAnimEncode()
/dports/graphics/gd/libgd-2.3.1/src/
H A Dgd_gif_out.c1082 int InitCodeSize; in GIFEncode() local
1107 InitCodeSize = 2; in GIFEncode()
1109 InitCodeSize = BitsPerPixel; in GIFEncode()
1177 gdPutC(InitCodeSize, fp); in GIFEncode()
1180 compress(InitCodeSize + 1, fp, im, &ctx); in GIFEncode()
1193 int InitCodeSize; in GIFAnimEncode() local
1228 InitCodeSize = 2; in GIFAnimEncode()
1230 InitCodeSize = BitsPerPixel; in GIFAnimEncode()
1277 gdPutC(InitCodeSize, fp); in GIFAnimEncode()
1280 compress(InitCodeSize + 1, fp, im, &ctx); in GIFAnimEncode()
/dports/multimedia/mpeg_encode/mpeg_encode/jpeg/
H A Dwrgif.c316 int BitsPerPixel, ColorMapSize, InitCodeSize, FlagByte; in emit_header() local
328 InitCodeSize = 2; in emit_header()
330 InitCodeSize = BitsPerPixel; in emit_header()
383 putc(InitCodeSize, dinfo->pub.output_file); in emit_header()
386 compress_init(dinfo, InitCodeSize+1); in emit_header()
/dports/japanese/xv/xv-3.10a/jpeg/
H A Dwrgif.c316 int BitsPerPixel, ColorMapSize, InitCodeSize, FlagByte; in emit_header() local
328 InitCodeSize = 2; in emit_header()
330 InitCodeSize = BitsPerPixel; in emit_header()
383 putc(InitCodeSize, dinfo->pub.output_file); in emit_header()
386 compress_init(dinfo, InitCodeSize+1); in emit_header()
/dports/graphics/xv/xv-3.10a/
H A Dxvgifwr.c73 int ColorMapSize, InitCodeSize, Background, BitsPerPixel; local
129 if (BitsPerPixel <= 1) InitCodeSize = 2;
130 else InitCodeSize = BitsPerPixel;
205 fputc(InitCodeSize, fp);
206 compress(InitCodeSize+1, fp, pic8, w*h);
/dports/graphics/xv-m17n/xv-3.10a/jpeg/
H A Dwrgif.c316 int BitsPerPixel, ColorMapSize, InitCodeSize, FlagByte; in emit_header() local
328 InitCodeSize = 2; in emit_header()
330 InitCodeSize = BitsPerPixel; in emit_header()
383 putc(InitCodeSize, dinfo->pub.output_file); in emit_header()
386 compress_init(dinfo, InitCodeSize+1); in emit_header()
/dports/graphics/xv-m17n/xv-3.10a/
H A Dxvgifwr.c73 int ColorMapSize, InitCodeSize, Background, BitsPerPixel; local
129 if (BitsPerPixel <= 1) InitCodeSize = 2;
130 else InitCodeSize = BitsPerPixel;
205 fputc(InitCodeSize, fp);
206 compress(InitCodeSize+1, fp, pic8, w*h);

1234