Public Member Functions | |
DECLARE_ALIGNED (DECLARE_ALIGNED(16, FFTSample, coeffs) | |
Data Fields | |
AVCodecContext * | avctx |
GetBitContext | gb |
DSPContext | dsp |
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 42 of file binkaudio.c.
BinkAudioContext::DECLARE_ALIGNED | ( | DECLARE_ALIGNED( | 16, | |
FFTSample | , | |||
coeffs | ||||
) | [inline] |
Definition at line 54 of file binkaudio.c.
Definition at line 43 of file binkaudio.c.
Referenced by decode_init().
unsigned int* BinkAudioContext::bands |
Definition at line 52 of file binkaudio.c.
Referenced by decode_block(), decode_end(), and decode_init().
Definition at line 50 of file binkaudio.c.
Referenced by decode_block(), decode_frame(), and decode_init().
Definition at line 47 of file binkaudio.c.
Referenced by decode_block(), and decode_init().
Definition at line 45 of file binkaudio.c.
Referenced by decode_block(), and decode_init().
Definition at line 46 of file binkaudio.c.
Referenced by decode_block(), and decode_init().
transform size (samples)
Definition at line 48 of file binkaudio.c.
Referenced by decode_block(), and decode_init().
Definition at line 44 of file binkaudio.c.
Referenced by decode_block(), and decode_frame().
Definition at line 51 of file binkaudio.c.
Referenced by decode_block(), and decode_init().
overlap size (samples)
Definition at line 49 of file binkaudio.c.
Referenced by decode_block(), and decode_init().
float BinkAudioContext::root |
Definition at line 53 of file binkaudio.c.
Referenced by decode_block(), and decode_init().
Definition at line 60 of file binkaudio.c.
Referenced by decode_block(), decode_end(), and decode_init().