JPEG Huffman encoder AC1
| HCODE110 | Huffman code 110 8 least significant bits of the Huffman code. If the Huffman code is less than 8 bits long, the unused bits must be 0. |
| HLEN110 | Huffman length 110 Number of bits in the Huffman code HCODE110 minus 1. |
| HCODE111 | Huffman code 111 8 least significant bits of the Huffman code. If the Huffman code is less than 8 bits long, the unused bits must be 0. |
| HLEN111 | Huffman length 111 Number of bits in the Huffman code HCODE111 minus 1. |