Data Fields | |
VLC | vlc |
table for FFmpeg bitstream reader | |
int | bits |
int * | recode |
table for converting from code indexes to values | |
int | length |
Definition at line 66 of file truemotion2.c.
int TM2Codes::bits |
Definition at line 68 of file truemotion2.c.
Referenced by tm2_build_huff_table(), and tm2_get_token().
int TM2Codes::length |
int* TM2Codes::recode |
table for converting from code indexes to values
Definition at line 69 of file truemotion2.c.
Referenced by tm2_build_huff_table(), tm2_free_codes(), tm2_get_token(), and tm2_read_stream().
table for FFmpeg bitstream reader
Definition at line 67 of file truemotion2.c.
Referenced by tm2_build_huff_table(), tm2_free_codes(), and tm2_get_token().