JPEG Huffman encoder AC0
| HCODE32 | Huffman code 32 8 least significant bits of the Huffman code. If the Huffman code is less than 8 bits long, the unused bits must be 0. |
| HLEN32 | Huffman length 32 Number of bits in the Huffman code HCODE32 minus 1. |
| HCODE33 | Huffman code 33 8 least significant bits of the Huffman code. If the Huffman code is less than 8 bits long, the unused bits must be 0. |
| HLEN33 | Huffman length 33 Number of bits in the Huffman code HCODE33 minus 1. |