JPEG Huffman encoder AC0
| HCODE8 | Huffman code 8 8 least significant bits of the Huffman code. If the Huffman code is less than 8 bits long, the unused bits must be 0. |
| HLEN8 | Huffman length 8 Number of bits in the Huffman code HCODE8 minus 1. |
| HCODE9 | Huffman code 9 8 least significant bits of the Huffman code. If the Huffman code is less than 8 bits long, the unused bits must be 0. |
| HLEN9 | Huffman length 9 Number of bits in the Huffman code HCODE9 minus 1. |