JPEG Huffman encoder DC0
HCODE10 | Huffman code 10 8 least significant bits of the Huffman code. If the Huffman code is less than 8 bits long, the unused bits must be 0. |
HLEN10 | Huffman length 10 Number of bits in the Huffman code HCODE10 minus 1. |
HCODE11 | Huffman code 11 8 least significant bits of the Huffman code. If the Huffman code is less than 8 bits long, the unused bits must be 0. |
HLEN11 | Huffman length 11 Number of bits in the Huffman code HCODE11 minus 1. |