FFmpeg
|
macroblock/block huffman table descriptor More...
#include <ivi.h>
Data Fields | |
int32_t | tab_sel |
index of one of the predefined tables, or "7" for custom one More... | |
VLC * | tab |
pointer to the table associated with tab_sel More... | |
IVIHuffDesc | cust_desc |
custom Huffman codebook descriptor More... | |
VLC | cust_tab |
vlc table for custom codebook More... | |
int32_t IVIHuffTab::tab_sel |
index of one of the predefined tables, or "7" for custom one
Definition at line 64 of file ivi.h.
Referenced by ff_ivi_dec_huff_desc().
VLC* IVIHuffTab::tab |
pointer to the table associated with tab_sel
Definition at line 65 of file ivi.h.
Referenced by decode_band_hdr(), ff_ivi_dec_huff_desc(), and ivi_decode_coded_blocks().
IVIHuffDesc IVIHuffTab::cust_desc |
custom Huffman codebook descriptor
Definition at line 68 of file ivi.h.
Referenced by ff_ivi_dec_huff_desc().
VLC IVIHuffTab::cust_tab |
vlc table for custom codebook
Definition at line 69 of file ivi.h.
Referenced by ff_ivi_dec_huff_desc(), and ivi_free_buffers().