Searched refs:maxcode (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_uncompress.c89 long maxcode; local
129 maxcode = MAXCODE(INIT_BITS) - 1;
172 if (free_ent > maxcode) {
179 maxcode = maxmaxcode;
181 maxcode = MAXCODE(n_bits) - 1;
210 maxcode = MAXCODE(INIT_BITS) - 1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dlzwenc.c58 int maxcode; ///< Max value of code member in struct:LZWEncodeState
207 s->maxcode = 1 << s->maxbits;
240 if (s->tabsize >= s->maxcode - 1) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Dwrgif.c54 int maxcode; /* maximum code, given n_bits */ member in struct:__anon1017
148 dinfo->maxcode = MAXCODE(dinfo->n_bits);
172 if (dinfo->code_counter < dinfo->maxcode) {
H A Djdhuff.c30 INT32 maxcode[18]; /* largest code of length k (-1 if none) */ member in struct:__anon975
31 /* (maxcode[17] is a sentinel to ensure jpeg_huff_decode terminates) */
351 dtbl->maxcode[l] = huffcode[p-1]; /* maximum code of length l */
353 dtbl->maxcode[l] = -1; /* -1 if no codes of this length */
356 dtbl->maxcode[17] = 0xFFFFFL; /* ensures jpeg_huff_decode terminates */
562 while (code > htbl->maxcode[l]) {

Completed in 91 milliseconds