JPEG Huffman encoder DC0
| HCODE2 | Huffman code 2 8 least significant bits of the Huffman code. If the Huffman code is less than 8 bits long, the unused bits must be 0. |
| HLEN2 | Huffman length 2 Number of bits in the Huffman code HCODE2 minus 1. |
| HCODE3 | Huffman code 3 8 least significant bits of the Huffman code. If the Huffman code is less than 8 bits long, the unused bits must be 0. |
| HLEN3 | Huffman length 3 Number of bits in the Huffman code HCODE3 minus 1. |