JPEG Huffman encoder AC1
HCODE64 | Huffman code 64 8 least significant bits of the Huffman code. If the Huffman code is less than 8 bits long, the unused bits must be 0. |
HLEN64 | Huffman length 64 Number of bits in the Huffman code HCODE64 minus 1. |
HCODE65 | Huffman code 65 8 least significant bits of the Huffman code. If the Huffman code is less than 8 bits long, the unused bits must be 0. |
HLEN65 | Huffman length 65 Number of bits in the Huffman code HCODE65 minus 1. |