Home | History | Annotate | Download | only in jpeg

Lines Matching refs:htbl

153   JHUFF_TBL *htbl;
162 * paralleling the order of the symbols themselves in htbl->huffval[].
168 htbl =
170 if (htbl == NULL)
179 dtbl->pub = htbl; /* fill in back link */
185 i = (int) htbl->bits[l];
218 if (htbl->bits[l]) {
223 p += htbl->bits[l];
242 for (i = 1; i <= (int) htbl->bits[l]; i++, p++) {
248 dtbl->look_sym[lookbits] = htbl->huffval[p];
262 int sym = htbl->huffval[i];
401 d_derived_tbl * htbl, int min_bits)
415 while (code > htbl->maxcode[l]) {
433 return htbl->pub->huffval[ (int) (code + htbl->valoffset[l]) ];