Data Fields | |
AVCodecContext * | avctx |
DSPContext | dsp |
AVFrame | pic |
AVFrame | last |
int | version |
internal Bink file version | |
int | has_alpha |
int | swap_planes |
ScanTable | scantable |
permutated scantable for DCT coeffs decoding | |
Bundle | bundle [BINK_NB_SRC] |
bundles for decoding all data types | |
Tree | col_high [16] |
trees for decoding high nibble in "colours" data type | |
int | col_lastval |
value of last decoded high nibble in "colours" data type |
Definition at line 78 of file bink.c.
Definition at line 79 of file bink.c.
Referenced by bink_decode_plane(), decode_init(), init_bundles(), and read_colors().
Bundle BinkContext::bundle[BINK_NB_SRC] |
bundles for decoding all data types
Definition at line 87 of file bink.c.
Referenced by bink_decode_plane(), free_bundles(), get_value(), init_bundles(), init_lengths(), and read_bundle().
trees for decoding high nibble in "colours" data type
Definition at line 88 of file bink.c.
Referenced by read_bundle(), and read_colors().
value of last decoded high nibble in "colours" data type
Definition at line 89 of file bink.c.
Referenced by read_bundle(), and read_colors().
Definition at line 81 of file bink.c.
Referenced by bink_decode_plane(), decode_end(), and decode_frame().
Definition at line 81 of file bink.c.
Referenced by bink_decode_plane(), decode_end(), decode_frame(), and decode_init().
permutated scantable for DCT coeffs decoding
Definition at line 85 of file bink.c.
Referenced by bink_decode_plane(), and decode_init().
internal Bink file version
Definition at line 82 of file bink.c.
Referenced by decode_frame(), decode_init(), and read_colors().