hi_venc_huffman_dc_table

Description

Defines the parameters of the luminance DC Huffman code table of a JPEGE channel.

Prototype

hi_venc_huffman_dc_table = {"dc_bits": dc_bits[16], # RW; Range:[0, 255]; len: 16
                            "dc_value": dc_value[12]} # RW; Range:[0, 255];len 12

Members

Member

Description

dc_bits[]

List, number of symbols corresponding to the code words whose lengths range from 1 bit to 16 bits.

dc_value[]

List, symbol values corresponding to the code words.