Public Member Functions | |
DECLARE_ALIGNED (DECLARE_ALIGNED(16, FFTSample, coeffs) | |
Data Fields | |
GetBitContext | gb |
DSPContext | dsp |
FmtConvertContext | fmt_conv |
int | version_b |
Bink version 'b'. | |
int | first |
int | channels |
int | frame_len |
transform size (samples) | |
int | overlap_len |
overlap size (samples) | |
int | block_size |
int | num_bands |
unsigned int * | bands |
float | root |
trans |
Definition at line 44 of file binkaudio.c.
BinkAudioContext::DECLARE_ALIGNED | ( | DECLARE_ALIGNED( | 16, | |
FFTSample | , | |||
coeffs | ||||
) | [inline] |
Definition at line 57 of file binkaudio.c.
Bink version 'b'.
Definition at line 48 of file binkaudio.c.
Referenced by decode_block(), and decode_init().
transform size (samples)
Definition at line 51 of file binkaudio.c.
Referenced by decode_block(), and decode_init().
overlap size (samples)
Definition at line 52 of file binkaudio.c.
Referenced by decode_block(), and decode_init().
Definition at line 53 of file binkaudio.c.
Referenced by decode_block(), decode_frame(), and decode_init().
unsigned int* BinkAudioContext::bands |
Definition at line 55 of file binkaudio.c.
Referenced by decode_block(), decode_end(), and decode_init().
float BinkAudioContext::root |
Definition at line 63 of file binkaudio.c.
Referenced by decode_block(), decode_end(), and decode_init().