FFmpeg
|
macroblock/block huffman table descriptor More...
#include <ivi_common.h>
Data Fields | |
int32_t | tab_sel |
VLC * | tab |
index of one of the predefined tables or "7" for custom one | |
IVIHuffDesc | cust_desc |
pointer to the table associated with tab_sel | |
VLC | cust_tab |
custom Huffman codebook descriptor | |
macroblock/block huffman table descriptor
Definition at line 51 of file ivi_common.h.
int32_t IVIHuffTab::tab_sel |
Definition at line 52 of file ivi_common.h.
Referenced by ff_ivi_dec_huff_desc().
VLC* IVIHuffTab::tab |
index of one of the predefined tables or "7" for custom one
Definition at line 54 of file ivi_common.h.
Referenced by decode_band_hdr(), decode_mb_info(), ff_ivi_dec_huff_desc(), and ivi_decode_coded_blocks().
IVIHuffDesc IVIHuffTab::cust_desc |
pointer to the table associated with tab_sel
the following are used only when tab_sel == 7
Definition at line 57 of file ivi_common.h.
Referenced by ff_ivi_dec_huff_desc(), and ff_ivi_init_planes().
VLC IVIHuffTab::cust_tab |
custom Huffman codebook descriptor
Definition at line 58 of file ivi_common.h.
Referenced by ff_ivi_dec_huff_desc(), and ff_ivi_decode_close().