Searched refs:maxcode (Results 1 – 6 of 6) sorted by relevance
81 code_int maxcode; /* maximum code, given n_bits */ variable505 maxcode = MAXCODE(n_bits = INIT_BITS); in compress()661 if ( free_ent > maxcode || (clear_flg > 0)) {674 maxcode = MAXCODE (n_bits = INIT_BITS);679 maxcode = maxmaxcode;681 maxcode = MAXCODE(n_bits);725 maxcode = MAXCODE(n_bits = INIT_BITS); in decompress()810 if ( clear_flg > 0 || offset >= size || free_ent > maxcode ) { in getcode()816 if ( free_ent > maxcode ) { in getcode()819 maxcode = maxmaxcode; /* won't get any bigger now */ in getcode()[all …]
223 dtbl->maxcode[l] = huffcode[p-1]; /* maximum code of length l */ in jpeg_make_d_derived_tbl()225 dtbl->maxcode[l] = -1; /* -1 if no codes of this length */ in jpeg_make_d_derived_tbl()228 dtbl->maxcode[17] = 0xFFFFFL; /* ensures jpeg_huff_decode terminates */ in jpeg_make_d_derived_tbl()414 while (code > htbl->maxcode[l]) { in jpeg_huff_decode()
54 int maxcode; /* maximum code, given n_bits */ member148 dinfo->maxcode = MAXCODE(dinfo->n_bits); in compress_init()172 if (dinfo->code_counter < dinfo->maxcode) { in compress_pixel()
28 INT32 maxcode[18]; /* largest code of length k (-1 if none) */ member
48 ulong maxcode[MaxHuffBits]; member586 h->maxcode[b] = code - 1; in hufftab()606 code = h->maxcode[b]; in hufftab()654 if(c <= h->maxcode[nb]){ in hdecsym()
50 int maxcode[17]; member477 int *maxcode; in huffmantable() local534 t->maxcode[i] = -1; in huffmantable()539 t->maxcode[i] = t->code[j]; in huffmantable()545 maxcode = t->maxcode; in huffmantable()556 if(code <= maxcode[i]) in huffmantable()1360 int *maxcode; in decode() local1363 maxcode = t->maxcode; in decode()1386 if(code <= maxcode[i]) in decode()