Home
last modified time | relevance | path

Searched refs:InitCodeSize (Results 51 – 75 of 98) sorted by relevance

1234

/dports/japanese/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/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/www/moinmoin/moin-1.9.11/contrib/TWikiDrawPlugin/packages/Acme/JPM/Encoders/
H A DGifEncoder.java217 int InitCodeSize; in GIFEncode() local
234 InitCodeSize = 2; in GIFEncode()
236 InitCodeSize = BitsPerPixel; in GIFEncode()
308 Putbyte( (byte) InitCodeSize, outs ); in GIFEncode()
311 compress( InitCodeSize+1, outs ); in GIFEncode()
/dports/graphics/libjpeg-turbo/libjpeg-turbo-2.1.1/
H A Dwrgif.c256 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()
/dports/graphics/jpeg-turbo/libjpeg-turbo-2.1.1/
H A Dwrgif.c256 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()
/dports/devel/upp/upp/uppsrc/plugin/jpg/lib/
H A Dwrgif.c256 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()
/dports/graphics/grads/grads-1.9b4/src/
H A Dgd13gif.c206 int InitCodeSize; in GIFEncode() local
233 InitCodeSize = 2; in GIFEncode()
235 InitCodeSize = BitsPerPixel; in GIFEncode()
331 fputc( InitCodeSize, fp ); in GIFEncode()
336 compress( InitCodeSize+1, fp, im, Background ); in GIFEncode()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/mozjpeg-sys-1.0.1/vendor/
H A Dwrgif.c256 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()
/dports/lang/php73/php-7.3.33/ext/gd/libgd/
H A Dgd_gif_out.c264 int InitCodeSize; in GIFEncode() local
294 InitCodeSize = 2; in GIFEncode()
296 InitCodeSize = BitsPerPixel; in GIFEncode()
392 gdPutC( InitCodeSize, fp ); in GIFEncode()
397 compress( InitCodeSize+1, fp, im, &ctx ); in GIFEncode()
/dports/www/mod_php73/php-7.3.33/ext/gd/libgd/
H A Dgd_gif_out.c264 int InitCodeSize; in GIFEncode() local
294 InitCodeSize = 2; in GIFEncode()
296 InitCodeSize = BitsPerPixel; in GIFEncode()
392 gdPutC( InitCodeSize, fp ); in GIFEncode()
397 compress( InitCodeSize+1, fp, im, &ctx ); in GIFEncode()
/dports/x11/xfishtank/xfishtank2.0/
H A Dgifread.c91 InitCodeSize, /* Starting code size, used during Clear */ variable
245 InitCodeSize = CodeSize;
286 CodeSize = InitCodeSize;
/dports/x11/xfishtank/xfishtank2.0/giftofish/
H A Dgifread.c92 InitCodeSize, /* Starting code size, used during Clear */ variable
246 InitCodeSize = CodeSize;
287 CodeSize = InitCodeSize;
/dports/www/mod_php81/php-8.1.1/ext/gd/libgd/
H A Dgd_gif_out.c278 int InitCodeSize; in GIFEncode() local
308 InitCodeSize = 2; in GIFEncode()
310 InitCodeSize = BitsPerPixel; in GIFEncode()
406 gdPutC( InitCodeSize, fp ); in GIFEncode()
411 compress( InitCodeSize+1, fp, im, &ctx ); in GIFEncode()
/dports/lang/php81/php-8.1.1/ext/gd/libgd/
H A Dgd_gif_out.c278 int InitCodeSize; in GIFEncode() local
308 InitCodeSize = 2; in GIFEncode()
310 InitCodeSize = BitsPerPixel; in GIFEncode()
406 gdPutC( InitCodeSize, fp ); in GIFEncode()
411 compress( InitCodeSize+1, fp, im, &ctx ); in GIFEncode()
/dports/lang/php74/php-7.4.27/ext/gd/libgd/
H A Dgd_gif_out.c278 int InitCodeSize; in GIFEncode() local
308 InitCodeSize = 2; in GIFEncode()
310 InitCodeSize = BitsPerPixel; in GIFEncode()
406 gdPutC( InitCodeSize, fp ); in GIFEncode()
411 compress( InitCodeSize+1, fp, im, &ctx ); in GIFEncode()
/dports/lang/php80/php-8.0.15/ext/gd/libgd/
H A Dgd_gif_out.c278 int InitCodeSize; in GIFEncode() local
308 InitCodeSize = 2; in GIFEncode()
310 InitCodeSize = BitsPerPixel; in GIFEncode()
406 gdPutC( InitCodeSize, fp ); in GIFEncode()
411 compress( InitCodeSize+1, fp, im, &ctx ); in GIFEncode()
/dports/www/mod_php74/php-7.4.27/ext/gd/libgd/
H A Dgd_gif_out.c278 int InitCodeSize; in GIFEncode() local
308 InitCodeSize = 2; in GIFEncode()
310 InitCodeSize = BitsPerPixel; in GIFEncode()
406 gdPutC( InitCodeSize, fp ); in GIFEncode()
411 compress( InitCodeSize+1, fp, im, &ctx ); in GIFEncode()
/dports/www/mod_php80/php-8.0.15/ext/gd/libgd/
H A Dgd_gif_out.c278 int InitCodeSize; in GIFEncode() local
308 InitCodeSize = 2; in GIFEncode()
310 InitCodeSize = BitsPerPixel; in GIFEncode()
406 gdPutC( InitCodeSize, fp ); in GIFEncode()
411 compress( InitCodeSize+1, fp, im, &ctx ); in GIFEncode()
/dports/graphics/generic_image_decoder/gid/src/
H A Dgid-decoding_gif.adb253 InitCodeSize : constant Code_size_range:= CurrSize + 1; constant
254 TopSlot : Natural:= 2 ** InitCodeSize; -- Highest code for current size
266 CurrSize:= InitCodeSize;
278 CurrSize := InitCodeSize;
/dports/graphics/xgrasp/xgrasp-1.7d_2/
H A Dgif.c46 InitCodeSize, /* Starting code size, used during Clear */ variable
285 InitCodeSize = CodeSize;
321 CodeSize = InitCodeSize;
/dports/databases/grass7/grass-7.8.6/raster3d/r3.showdspf/
H A Dtogif.c400 int InitCodeSize; in GIFEncode() local
415 InitCodeSize = 2; in GIFEncode()
417 InitCodeSize = BitsPerPixel; in GIFEncode()
442 fputc(InitCodeSize, fp); in GIFEncode()
443 compress(InitCodeSize + 1, fp, GetPixel, dataPtr); in GIFEncode()
/dports/biology/ncbi-toolkit/ncbi/corelib/
H A Dtogif.c333 int InitCodeSize; in GIFEncode() local
360 InitCodeSize = 2; in GIFEncode()
362 InitCodeSize = BitsPerPixel; in GIFEncode()
458 s_PUTC( InitCodeSize ); in GIFEncode()
463 compress( InitCodeSize+1, im ); in GIFEncode()
/dports/graphics/xpaint/xpaint-2.9.10.3/rw/
H A DreadWriteGIF.c770 int InitCodeSize; in GIFEncode() local
797 InitCodeSize = 2; in GIFEncode()
799 InitCodeSize = BitsPerPixel; in GIFEncode()
864 fputc(InitCodeSize, fp); in GIFEncode()
869 compress(InitCodeSize + 1, fp, GetPixel); in GIFEncode()
/dports/math/cgal/CGAL-5.3/include/CGAL/ImageIO/
H A Dgif_impl.h136 InitCodeSize, /* Starting code size, used during Clear */ in readGifImage() local
436 InitCodeSize = get_static_CodeSize(); in readGifImage()
493 get_static_CodeSize() = InitCodeSize; in readGifImage()
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_GIF_Image.cxx214 int InitCodeSize = CodeSize; in Fl_GIF_Image() local
259 CodeSize = InitCodeSize; in Fl_GIF_Image()

1234