JPEG Huffman encoder AC0
| HCODE80 | Huffman code 80 8 least significant bits of the Huffman code. If the Huffman code is less than 8 bits long, the unused bits must be 0. |
| HLEN80 | Huffman length 80 Number of bits in the Huffman code HCODE80 minus 1. |
| HCODE81 | Huffman code 81 8 least significant bits of the Huffman code. If the Huffman code is less than 8 bits long, the unused bits must be 0. |
| HLEN81 | Huffman length 81 Number of bits in the Huffman code HCODE81 minus 1. |