Lines Matching defs:symbol
383 * Emit (or just count) a Huffman symbol.
387 emit_symbol(phuff_entropy_ptr entropy, int tbl_no, int symbol)
390 entropy->count_ptrs[tbl_no][symbol]++;
393 emit_bits(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]);
418 * Emit any pending EOBRUN symbol.
536 /* Count/emit the Huffman-coded symbol for the number of bits */
647 /* Count/emit Huffman symbol for run length / number of bits */ \
906 /* Count/emit Huffman symbol for run length / number of bits */ \
1055 /* Flush out buffered data (all we care about is counting the EOB symbol) */