FFmpeg
Data Fields
IVIHuffTab Struct Reference

macroblock/block huffman table descriptor More...

#include <ivi.h>

Data Fields

int32_t tab_sel
 
VLCtab
 index of one of the predefined tables or "7" for custom one More...
 
IVIHuffDesc cust_desc
 pointer to the table associated with tab_sel More...
 
VLC cust_tab
 custom Huffman codebook descriptor More...
 

Detailed Description

macroblock/block huffman table descriptor

Definition at line 63 of file ivi.h.

Field Documentation

◆ tab_sel

int32_t IVIHuffTab::tab_sel

Definition at line 64 of file ivi.h.

Referenced by ff_ivi_dec_huff_desc().

◆ tab

VLC* IVIHuffTab::tab

index of one of the predefined tables or "7" for custom one

Definition at line 66 of file ivi.h.

Referenced by decode_band_hdr(), ff_ivi_dec_huff_desc(), and ivi_decode_coded_blocks().

◆ cust_desc

IVIHuffDesc IVIHuffTab::cust_desc

pointer to the table associated with tab_sel

the following are used only when tab_sel == 7

Definition at line 69 of file ivi.h.

Referenced by ff_ivi_dec_huff_desc().

◆ cust_tab

VLC IVIHuffTab::cust_tab

custom Huffman codebook descriptor

Definition at line 70 of file ivi.h.

Referenced by ff_ivi_dec_huff_desc().


The documentation for this struct was generated from the following file: