JPEG Huffman encoder AC1
| HCODE16 | Huffman code 16 8 least significant bits of the Huffman code. If the Huffman code is less than 8 bits long, the unused bits must be 0. |
| HLEN16 | Huffman length 16 Number of bits in the Huffman code HCODE16 minus 1. |
| HCODE17 | Huffman code 17 8 least significant bits of the Huffman code. If the Huffman code is less than 8 bits long, the unused bits must be 0. |
| HLEN17 | Huffman length 17 Number of bits in the Huffman code HCODE17 minus 1. |