JPEG Huffman encoder AC0
| HCODE126 | Huffman code 126 8 least significant bits of the Huffman code. If the Huffman code is less than 8 bits long, the unused bits must be 0. |
| HLEN126 | Huffman length 126 Number of bits in the Huffman code HCODE126 minus 1. |
| HCODE127 | Huffman code 127 8 least significant bits of the Huffman code. If the Huffman code is less than 8 bits long, the unused bits must be 0. |
| HLEN127 | Huffman length 127 Number of bits in the Huffman code HCODE127 minus 1. |