Home | History | Annotate | Download | only in libjpeg

Lines Matching full:htbl

185   JHUFF_TBL *htbl;
193 * paralleling the order of the symbols themselves in htbl->huffval[].
199 htbl =
201 if (htbl == NULL)
215 i = (int) htbl->bits[l];
261 i = htbl->huffval[p];
680 * Generate the best Huffman code table for the given counts, fill htbl.
708 jpeg_gen_optimal_table (j_compress_ptr cinfo, JHUFF_TBL * htbl, long freq[])
823 MEMCOPY(htbl->bits, bits, SIZEOF(htbl->bits));
833 htbl->huffval[p] = (UINT8) j;
840 htbl->sent_table = FALSE;