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 |
FFTSample | coeffs [BINK_BLOCK_MAX_SIZE] |
short | previous [BINK_BLOCK_MAX_SIZE/16] |
coeffs from previous audio block | |
float * | coeffs_ptr [MAX_CHANNELS] |
pointers to the coeffs arrays for float_to_int16_interleave | |
union { | |
RDFTContext rdft | |
DCTContext dct | |
} | trans |
Definition at line 42 of file binkaudio.c.
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().
FFTSample BinkAudioContext::coeffs[BINK_BLOCK_MAX_SIZE] |
float* BinkAudioContext::coeffs_ptr[MAX_CHANNELS] |
pointers to the coeffs arrays for float_to_int16_interleave
Definition at line 56 of file binkaudio.c.
Referenced by decode_block(), and decode_init().
Definition at line 59 of file binkaudio.c.
Referenced by decode_block(), decode_end(), and decode_init().
transform size (samples)
Definition at line 48 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().
short BinkAudioContext::previous[BINK_BLOCK_MAX_SIZE/16] |
coeffs from previous audio block
Definition at line 55 of file binkaudio.c.
Referenced by decode_block().
Definition at line 58 of file binkaudio.c.
Referenced by decode_block(), decode_end(), and decode_init().
float BinkAudioContext::root |
union { ... } BinkAudioContext::trans |
Referenced by decode_block(), decode_end(), and decode_init().