JPEG Huffman encoder AC0
| HCODE12 | Huffman code 12 8 least significant bits of the Huffman code. If the Huffman code is less than 8 bits long, the unused bits must be 0. |
| HLEN12 | Huffman length 12 Number of bits in the Huffman code HCODE12 minus 1. |
| HCODE13 | Huffman code 13 8 least significant bits of the Huffman code. If the Huffman code is less than 8 bits long, the unused bits must be 0. |
| HLEN13 | Huffman length 13 Number of bits in the Huffman code HCODE13 minus 1. |