Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching full:htbl

218   JHUFF_TBL *htbl;
226 * paralleling the order of the symbols themselves in htbl->huffval[].
232 htbl =
234 if (htbl == NULL)
248 i = (int) htbl->bits[l];
294 i = htbl->huffval[p];
821 * Generate the best Huffman code table for the given counts, fill htbl.
849 jpeg_gen_optimal_table (j_compress_ptr cinfo, JHUFF_TBL * htbl, long freq[])
964 MEMCOPY(htbl->bits, bits, sizeof(htbl->bits));
974 htbl->huffval[p] = (UINT8) j;
981 htbl->sent_table = FALSE;