Lines Matching full:htbl
155 JHUFF_TBL *htbl;
164 * paralleling the order of the symbols themselves in htbl->huffval[].
170 htbl =
172 if (htbl == NULL)
181 dtbl->pub = htbl; /* fill in back link */
187 i = (int) htbl->bits[l];
220 if (htbl->bits[l]) {
225 p += htbl->bits[l];
244 for (i = 1; i <= (int) htbl->bits[l]; i++, p++) {
250 dtbl->look_sym[lookbits] = htbl->huffval[p];
264 int sym = htbl->huffval[i];
403 d_derived_tbl * htbl, int min_bits)
417 while (code > htbl->maxcode[l]) {
435 return htbl->pub->huffval[ (int) (code + htbl->valoffset[l]) ];