Home
last modified time | relevance | path

Searched refs:ClearCode (Results 76 – 100 of 189) sorted by relevance

12345678

/dports/japanese/xv/xv-3.10a/jpeg/
H A Dwrgif.c92 code_int ClearCode; /* clear code (doesn't change) */ member
184 dinfo->free_code = dinfo->ClearCode + 2; in clear_block()
185 output(dinfo, dinfo->ClearCode); /* inform decoder */ in clear_block()
198 dinfo->ClearCode = ((code_int) 1 << (i_bits - 1)); in compress_init()
199 dinfo->EOFCode = dinfo->ClearCode + 1; in compress_init()
200 dinfo->free_code = dinfo->ClearCode + 2; in compress_init()
209 output(dinfo, dinfo->ClearCode); in compress_init()
/dports/archivers/deutex/deutex-5.2.2/src/
H A Dlzw.c182 static int16_t ClearCode; variable
215 ClearCode = (int16_t) (1 << (init_bits - 1)); in compress()
216 EOFCode = (int16_t) (ClearCode + 1); in compress()
217 free_ent = (code_int) (ClearCode + 2); in compress()
231 output((code_int) ClearCode); in compress()
345 free_ent = (code_int) (ClearCode + 2); in cl_block()
347 output((code_int) ClearCode); in cl_block()
/dports/graphics/xv/xv-3.10a/
H A Dxvgifwr.c309 static int ClearCode; variable
357 ClearCode = (1 << (init_bits - 1));
358 EOFCode = ClearCode + 1;
359 free_ent = ClearCode + 2;
372 output(ClearCode);
512 free_ent = ClearCode + 2; in cl_block()
515 output(ClearCode); in cl_block()
/dports/graphics/xv-m17n/xv-3.10a/jpeg/
H A Dwrgif.c92 code_int ClearCode; /* clear code (doesn't change) */ member
184 dinfo->free_code = dinfo->ClearCode + 2; in clear_block()
185 output(dinfo, dinfo->ClearCode); /* inform decoder */ in clear_block()
198 dinfo->ClearCode = ((code_int) 1 << (i_bits - 1)); in compress_init()
199 dinfo->EOFCode = dinfo->ClearCode + 1; in compress_init()
200 dinfo->free_code = dinfo->ClearCode + 2; in compress_init()
209 output(dinfo, dinfo->ClearCode); in compress_init()
/dports/graphics/xv-m17n/xv-3.10a/
H A Dxvgifwr.c309 static int ClearCode; variable
357 ClearCode = (1 << (init_bits - 1));
358 EOFCode = ClearCode + 1;
359 free_ent = ClearCode + 2;
372 output(ClearCode);
512 free_ent = ClearCode + 2; in cl_block()
515 output(ClearCode); in cl_block()
/dports/japanese/xv/xv-3.10a/
H A Dxvgifwr.c309 static int ClearCode; variable
357 ClearCode = (1 << (init_bits - 1));
358 EOFCode = ClearCode + 1;
359 free_ent = ClearCode + 2;
372 output(ClearCode);
512 free_ent = ClearCode + 2; in cl_block()
515 output(ClearCode); in cl_block()
/dports/graphics/xv/xv-3.10a/jpeg/
H A Dwrgif.c92 code_int ClearCode; /* clear code (doesn't change) */ member
184 dinfo->free_code = dinfo->ClearCode + 2; in clear_block()
185 output(dinfo, dinfo->ClearCode); /* inform decoder */ in clear_block()
198 dinfo->ClearCode = ((code_int) 1 << (i_bits - 1)); in compress_init()
199 dinfo->EOFCode = dinfo->ClearCode + 1; in compress_init()
200 dinfo->free_code = dinfo->ClearCode + 2; in compress_init()
209 output(dinfo, dinfo->ClearCode); in compress_init()
/dports/www/moinmoin/moin-1.9.11/contrib/TWikiDrawPlugin/packages/Acme/JPM/Encoders/
H A DGifEncoder.java464 int ClearCode; field in GifEncoder
485 ClearCode = 1 << ( init_bits - 1 ); in compress()
486 EOFCode = ClearCode + 1; in compress()
487 free_ent = ClearCode + 2; in compress()
501 output( ClearCode, outs ); in compress()
627 free_ent = ClearCode + 2; in cl_block()
630 output( ClearCode, outs ); in cl_block()
/dports/x11/xfishtank/xfishtank2.0/
H A Dgifread.c94 ClearCode, /* GIF clear code */ variable
234 ClearCode = (1 << CodeSize);
235 EOFCode = ClearCode + 1;
236 FreeCode = FirstFree = ClearCode + 2;
285 if (Code == ClearCode) {
/dports/x11/xfishtank/xfishtank2.0/giftofish/
H A Dgifread.c95 ClearCode, /* GIF clear code */ variable
235 ClearCode = (1 << CodeSize);
236 EOFCode = ClearCode + 1;
237 FreeCode = FirstFree = ClearCode + 2;
286 if (Code == ClearCode) {
/dports/misc/chrono/chrono-1.1.0-4-g70cda7f/vendor/github.com/gookit/color/
H A Dcolor.go106 return ClearCode(message)
123 return ClearCode(str)
132 func ClearCode(str string) string { func
/dports/graphics/sam2p/sam2p-0.49.4/
H A Dcgif.c617 ClearCode, /* The CLEAR LZ code. */ member
1174 Private->ClearCode = (1 << BitsPerPixel);
1175 Private->EOFCode = Private->ClearCode + 1;
1209 ClearCode = Private->ClearCode;
1232 else if (CrntCode == ClearCode) {
1244 if (CrntCode < ClearCode) {
1262 LastCode, ClearCode);
1279 CrntPrefix > ClearCode &&
1304 DGifGetPrefixChar(Prefix, LastCode, ClearCode);
1308 DGifGetPrefixChar(Prefix, CrntCode, ClearCode);
[all …]
/dports/graphics/xgrasp/xgrasp-1.7d_2/
H A Dgif.c49 ClearCode, /* GIF clear code */ variable
274 ClearCode = (1 << CodeSize);
275 EOFCode = ClearCode + 1;
276 FreeCode = FirstFree = ClearCode + 2;
320 if (LZWCode == ClearCode) {
/dports/lang/php73/php-7.3.33/ext/gd/libgd/
H A Dgd_gif_out.c74 int ClearCode; member
518 ctx->ClearCode = (1 << (init_bits - 1));
519 ctx->EOFCode = ctx->ClearCode + 1;
520 ctx->free_ent = ctx->ClearCode + 2;
534 output( (code_int)ctx->ClearCode, ctx );
685 ctx->free_ent = ctx->ClearCode + 2;
688 output( (code_int)ctx->ClearCode, ctx);
/dports/www/mod_php73/php-7.3.33/ext/gd/libgd/
H A Dgd_gif_out.c74 int ClearCode; member
518 ctx->ClearCode = (1 << (init_bits - 1));
519 ctx->EOFCode = ctx->ClearCode + 1;
520 ctx->free_ent = ctx->ClearCode + 2;
534 output( (code_int)ctx->ClearCode, ctx );
685 ctx->free_ent = ctx->ClearCode + 2;
688 output( (code_int)ctx->ClearCode, ctx);
/dports/sysutils/loganalyzer/loganalyzer-4.1.12/src/classes/html2fpdf/
H A Dgif.php173 $this->ClearCode = 1 << $this->SetCodeSize;
174 $this->EndCode = $this->ClearCode + 1;
175 $this->MaxCode = $this->ClearCode + 2;
176 $this->MaxCodeSize = $this->ClearCode << 1;
181 for($i = 0; $i < $this->ClearCode; $i++) {
201 while($this->FirstCode == $this->ClearCode);
212 if($Code == $this->ClearCode) {
213 for($i = 0; $i < $this->ClearCode; $i++) {
224 $this->MaxCodeSize = $this->ClearCode << 1;
225 $this->MaxCode = $this->ClearCode + 2;
[all …]
/dports/www/mod_php81/php-8.1.1/ext/gd/libgd/
H A Dgd_gif_out.c74 int ClearCode; member
532 ctx->ClearCode = (1 << (init_bits - 1));
533 ctx->EOFCode = ctx->ClearCode + 1;
534 ctx->free_ent = ctx->ClearCode + 2;
548 output( (code_int)ctx->ClearCode, ctx );
699 ctx->free_ent = ctx->ClearCode + 2;
702 output( (code_int)ctx->ClearCode, ctx);
/dports/lang/php81/php-8.1.1/ext/gd/libgd/
H A Dgd_gif_out.c74 int ClearCode; member
532 ctx->ClearCode = (1 << (init_bits - 1));
533 ctx->EOFCode = ctx->ClearCode + 1;
534 ctx->free_ent = ctx->ClearCode + 2;
548 output( (code_int)ctx->ClearCode, ctx );
699 ctx->free_ent = ctx->ClearCode + 2;
702 output( (code_int)ctx->ClearCode, ctx);
/dports/lang/php74/php-7.4.27/ext/gd/libgd/
H A Dgd_gif_out.c74 int ClearCode; member
532 ctx->ClearCode = (1 << (init_bits - 1));
533 ctx->EOFCode = ctx->ClearCode + 1;
534 ctx->free_ent = ctx->ClearCode + 2;
548 output( (code_int)ctx->ClearCode, ctx );
699 ctx->free_ent = ctx->ClearCode + 2;
702 output( (code_int)ctx->ClearCode, ctx);
/dports/lang/php80/php-8.0.15/ext/gd/libgd/
H A Dgd_gif_out.c74 int ClearCode; member
532 ctx->ClearCode = (1 << (init_bits - 1));
533 ctx->EOFCode = ctx->ClearCode + 1;
534 ctx->free_ent = ctx->ClearCode + 2;
548 output( (code_int)ctx->ClearCode, ctx );
699 ctx->free_ent = ctx->ClearCode + 2;
702 output( (code_int)ctx->ClearCode, ctx);
/dports/www/mod_php74/php-7.4.27/ext/gd/libgd/
H A Dgd_gif_out.c74 int ClearCode; member
532 ctx->ClearCode = (1 << (init_bits - 1));
533 ctx->EOFCode = ctx->ClearCode + 1;
534 ctx->free_ent = ctx->ClearCode + 2;
548 output( (code_int)ctx->ClearCode, ctx );
699 ctx->free_ent = ctx->ClearCode + 2;
702 output( (code_int)ctx->ClearCode, ctx);
/dports/www/mod_php80/php-8.0.15/ext/gd/libgd/
H A Dgd_gif_out.c74 int ClearCode; member
532 ctx->ClearCode = (1 << (init_bits - 1));
533 ctx->EOFCode = ctx->ClearCode + 1;
534 ctx->free_ent = ctx->ClearCode + 2;
548 output( (code_int)ctx->ClearCode, ctx );
699 ctx->free_ent = ctx->ClearCode + 2;
702 output( (code_int)ctx->ClearCode, ctx);
/dports/x11-toolkits/xforms/xforms-1.2.4/image/
H A Dimage_gif.c567 ClearCode, variable
750 ClearCode = 1 << bpp; in process_lzw_code()
751 EOFCode = ClearCode + 1; in process_lzw_code()
754 for ( incode = ClearCode; --incode >= 0; ) in process_lzw_code()
760 avail = ClearCode + 2; in process_lzw_code()
766 if ( code == ClearCode ) in process_lzw_code()
769 avail = ClearCode + 2; in process_lzw_code()
805 while ( code > ClearCode ) in process_lzw_code()
1170 ClearCode = 1 << bpp; /* set clear and end codes */ in write_pixels()
1171 EOFCode = ClearCode + 1; in write_pixels()
[all …]
/dports/graphics/giftool/giftool-1.0/
H A DwriteGIF.c504 static int ClearCode; variable
545 ClearCode = (1 << (g_init_bits - 1)); in putImage()
546 EOFCode = ClearCode + 1; in putImage()
547 free_ent = ClearCode + 2; in putImage()
559 output((code_int)ClearCode); in putImage()
742 free_ent = ClearCode + 2; in cl_block()
745 output((code_int)ClearCode); in cl_block()
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/modules/system/class/thumbs/
H A Dphpthumb.gif.php220 $this->ClearCode = 1 << $this->SetCodeSize;
221 $this->EndCode = $this->ClearCode + 1;
222 $this->MaxCode = $this->ClearCode + 2;
223 $this->MaxCodeSize = $this->ClearCode << 1;
228 for ($i = 0; $i < $this->ClearCode; $i++) {
248 while ($this->FirstCode == $this->ClearCode);
259 if ($Code == $this->ClearCode) {
260 for ($i = 0; $i < $this->ClearCode; $i++) {
271 $this->MaxCodeSize = $this->ClearCode << 1;
272 $this->MaxCode = $this->ClearCode + 2;
[all …]

12345678