Lines Matching refs:symbol
276 * Emit (or just count) a Huffman symbol.
281 emit_symbol (phuff_entropy_ptr entropy, int tbl_no, int symbol)
284 entropy->count_ptrs[tbl_no][symbol]++;
287 emit_bits(entropy, tbl->ehufco[symbol], tbl->ehufsi[symbol]);
312 * Emit any pending EOBRUN symbol.
432 /* Count/emit the Huffman-coded symbol for the number of bits */
531 /* Count/emit Huffman symbol for run length / number of bits */
699 /* Count/emit Huffman symbol for run length / number of bits */
776 /* Flush out buffered data (all we care about is counting the EOB symbol) */