Libav
Data Fields
TM2Codes Struct Reference

Huffman codes for each of streams. More...

Data Fields

VLC vlc
 table for Libav bitstream reader More...
 
int bits
 
int * recode
 table for converting from code indexes to values More...
 
int length
 

Detailed Description

Huffman codes for each of streams.

Definition at line 89 of file truemotion2.c.

Field Documentation

§ vlc

VLC TM2Codes::vlc

table for Libav bitstream reader

Definition at line 90 of file truemotion2.c.

Referenced by tm2_build_huff_table(), tm2_free_codes(), and tm2_get_token().

§ bits

int TM2Codes::bits

Definition at line 91 of file truemotion2.c.

Referenced by tm2_build_huff_table(), and tm2_get_token().

§ recode

int* TM2Codes::recode

table for converting from code indexes to values

Definition at line 92 of file truemotion2.c.

Referenced by tm2_build_huff_table(), tm2_free_codes(), tm2_get_token(), and tm2_read_stream().

§ length

int TM2Codes::length

Definition at line 93 of file truemotion2.c.

Referenced by tm2_build_huff_table().


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