Home | History | Annotate | Download | only in libjpeg

Lines Matching full:htbl

164   JHUFF_TBL *htbl;
172 * paralleling the order of the symbols themselves in htbl->huffval[].
178 htbl =
180 if (htbl == NULL)
194 i = (int) htbl->bits[l];
240 i = htbl->huffval[p];
1229 * Generate the best Huffman code table for the given counts, fill htbl.
1256 jpeg_gen_optimal_table (j_compress_ptr cinfo, JHUFF_TBL * htbl, long freq[])
1371 MEMCOPY(htbl->bits, bits, SIZEOF(htbl->bits));
1381 htbl->huffval[p] = (UINT8) j;
1388 htbl->sent_table = FALSE;