JPEG Huffman encoder AC1
| HCODE100 | Huffman code 100 8 least significant bits of the Huffman code. If the Huffman code is less than 8 bits long, the unused bits must be 0. |
| HLEN100 | Huffman length 100 Number of bits in the Huffman code HCODE100 minus 1. |
| HCODE101 | Huffman code 101 8 least significant bits of the Huffman code. If the Huffman code is less than 8 bits long, the unused bits must be 0. |
| HLEN101 | Huffman length 101 Number of bits in the Huffman code HCODE101 minus 1. |