Home | History | Annotate | Download | only in jpeg-6b

Lines Matching full:htbl

182   JHUFF_TBL *htbl;
190 * paralleling the order of the symbols themselves in htbl->huffval[].
196 htbl =
198 if (htbl == NULL)
212 i = (int) htbl->bits[l];
258 i = htbl->huffval[p];
677 * Generate the best Huffman code table for the given counts, fill htbl.
705 jpeg_gen_optimal_table (j_compress_ptr cinfo, JHUFF_TBL * htbl, long freq[])
820 MEMCOPY(htbl->bits, bits, SIZEOF(htbl->bits));
830 htbl->huffval[p] = (UINT8) j;
837 htbl->sent_table = FALSE;