Lines Matching refs:base
65 int limit[MAX_HUFCODE_BITS+1], base[MAX_HUFCODE_BITS], permute[MAX_SYMBOLS];
164 int hh, ii, jj, kk, symCount, *base, *limit;
257 /* Calculate permute[], base[], and limit[] tables from length[].
262 * base[] is the amount to subtract from the value of a huffman symbol
270 * equals permute[hufcode_value - base[hufcode_bitcount]].
276 // Note that minLen can't be smaller than 1, so we adjust the base
279 base = hufGroup->base-1;
295 * base[] (number of symbols to ignore at each bit length, which is
302 base[ii+1] = pp-(hh+=temp[ii]);
306 base[minLen] = 0;
323 *byteCount, *base, *limit;
343 base = limit = 0;
354 base = hufGroup->base-1;
372 jj-=base[ii];