BinkContext Struct Reference
Collaboration diagram for BinkContext:
Collaboration graph

Data Fields

AVCodecContextavctx
 
DSPContext dsp
 
HpelDSPContext hdsp
 
BinkDSPContext bdsp
 
AVFramelast
 
int version
 internal Bink file version More...
 
int has_alpha
 
int swap_planes
 
Bundle bundle [BINKB_NB_SRC]
 bundles for decoding all data types More...
 
Tree col_high [16]
 trees for decoding high nibble in "colours" data type More...
 
int col_lastval
 value of last decoded high nibble in "colours" data type More...
 

Detailed Description

Definition at line 113 of file libavcodec/bink.c.

Field Documentation

AVCodecContext* BinkContext::avctx
BinkDSPContext BinkContext::bdsp

Definition at line 117 of file libavcodec/bink.c.

Referenced by bink_decode_plane(), binkb_decode_plane(), and decode_init().

Tree BinkContext::col_high[16]

trees for decoding high nibble in "colours" data type

Definition at line 124 of file libavcodec/bink.c.

Referenced by read_bundle(), and read_colors().

int BinkContext::col_lastval

value of last decoded high nibble in "colours" data type

Definition at line 125 of file libavcodec/bink.c.

Referenced by read_bundle(), and read_colors().

DSPContext BinkContext::dsp

Definition at line 115 of file libavcodec/bink.c.

Referenced by bink_decode_plane(), binkb_decode_plane(), and decode_init().

int BinkContext::has_alpha

Definition at line 120 of file libavcodec/bink.c.

Referenced by decode_frame(), and decode_init().

HpelDSPContext BinkContext::hdsp

Definition at line 116 of file libavcodec/bink.c.

Referenced by bink_decode_plane(), binkb_decode_plane(), and decode_init().

AVFrame* BinkContext::last

Definition at line 118 of file libavcodec/bink.c.

Referenced by bink_decode_plane(), decode_end(), decode_frame(), and decode_init().

int BinkContext::swap_planes

Definition at line 121 of file libavcodec/bink.c.

Referenced by decode_frame(), and decode_init().

int BinkContext::version

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