hi_venc_huffman_ac_table

Description

Defines the parameters of the chrominance AC Huffman code table of a JPEGE encoding channel.

Definition

typedef struct {
    hi_u8 ac_bits[16];
    hi_u8 ac_value[162];
} hi_venc_huffman_ac_table;

Members

Member

Description

ac_bits[]

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

ac_value[]

Symbol values corresponding to the code words.