JPEG Huffman encoder AC1
HCODE20 | Huffman code 20 8 least significant bits of the Huffman code. If the Huffman code is less than 8 bits long, the unused bits must be 0. |
HLEN20 | Huffman length 20 Number of bits in the Huffman code HCODE20 minus 1. |
HCODE21 | Huffman code 21 8 least significant bits of the Huffman code. If the Huffman code is less than 8 bits long, the unused bits must be 0. |
HLEN21 | Huffman length 21 Number of bits in the Huffman code HCODE21 minus 1. |