JPEG Huffman encoder DC0
HCODE0 | Huffman code 0 8 least significant bits of the Huffman code. If the Huffman code is less than 8 bits long, the unused bits must be 0. |
HLEN0 | Huffman length 0 Number of bits in the Huffman code HCODE0 minus 1. |
HCODE1 | Huffman code 1 8 least significant bits of the Huffman code. If the Huffman code is less than 8 bits long, the unused bits must be 0. |
HLEN1 | Huffman length 1 Number of bits in the Huffman code HCODE1 minus 1. |