Bundle Struct Reference

data structure used for decoding single Bink data type More...


Data Fields

int len
 length of number of entries to decode (in bits)
Tree tree
 Huffman tree-related data.
uint8_t * data
 buffer for decoded symbols
uint8_t * data_end
 buffer end
uint8_t * cur_dec
 pointer to the not yet decoded part of the buffer
uint8_t * cur_ptr
 pointer to the data that is not read from buffer yet


Detailed Description

data structure used for decoding single Bink data type

Definition at line 66 of file bink.c.


Field Documentation

uint8_t* Bundle::cur_dec

pointer to the not yet decoded part of the buffer

Definition at line 71 of file bink.c.

Referenced by read_block_types(), read_bundle(), read_colors(), read_dcs(), read_motion_values(), read_patterns(), and read_runs().

uint8_t* Bundle::cur_ptr

pointer to the data that is not read from buffer yet

Definition at line 72 of file bink.c.

Referenced by bink_decode_plane(), get_value(), and read_bundle().

uint8_t* Bundle::data

buffer for decoded symbols

Definition at line 69 of file bink.c.

Referenced by free_bundles(), init_bundles(), and read_bundle().

uint8_t* Bundle::data_end

buffer end

Definition at line 70 of file bink.c.

Referenced by init_bundles(), read_block_types(), read_colors(), read_motion_values(), read_patterns(), and read_runs().

length of number of entries to decode (in bits)

Definition at line 67 of file bink.c.

Referenced by init_lengths().

Huffman tree-related data.

Definition at line 68 of file bink.c.

Referenced by read_block_types(), read_bundle(), read_colors(), read_motion_values(), read_patterns(), and read_runs().


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

Generated on Fri Oct 26 02:36:57 2012 for FFmpeg by  doxygen 1.5.8