hi_venc_huffman_dc_table

Description

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

Prototype

typedef struct {
    hi_u8 dc_bits[16];                   
    hi_u8 dc_value[12];                  
} hi_venc_huffman_dc_table;

Members

Member

Description

dc_bits[]

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

dc_value[]

Symbol values corresponding to the code words.