hi_venc_huffman_ac_table
Description
Defines the parameters of the chrominance AC Huffman code table of a JPEGE channel.
Prototype
hi_venc_huffman_ac_table = {"ac_bits": ac_bits[16],
"ac_value": ac_value[162]}
Members
Member |
Description |
|---|---|
ac_bits |
List, number of symbols corresponding to the code words whose lengths range from 1 bit to 16 bits. |
ac_value |
List, symbol values corresponding to the code words. |
Parent topic: Video/Image Encoding