JPEG Huffman encoder AC1
| HCODE62 | Huffman code 62 8 least significant bits of the Huffman code. If the Huffman code is less than 8 bits long, the unused bits must be 0. |
| HLEN62 | Huffman length 62 Number of bits in the Huffman code HCODE62 minus 1. |
| HCODE63 | Huffman code 63 8 least significant bits of the Huffman code. If the Huffman code is less than 8 bits long, the unused bits must be 0. |
| HLEN63 | Huffman length 63 Number of bits in the Huffman code HCODE63 minus 1. |