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 45 of file binkaudio.c.
| BinkAudioContext::DECLARE_ALIGNED | ( | DECLARE_ALIGNED( | 16, | |
| FFTSample | , | |||
| coeffs | ||||
| ) | [inline] |
Definition at line 58 of file binkaudio.c.
Bink version 'b'.
Definition at line 49 of file binkaudio.c.
Referenced by decode_block(), and decode_init().
transform size (samples)
Definition at line 52 of file binkaudio.c.
Referenced by decode_block(), and decode_init().
overlap size (samples)
Definition at line 53 of file binkaudio.c.
Referenced by decode_block(), and decode_init().
Definition at line 54 of file binkaudio.c.
Referenced by decode_block(), decode_frame(), and decode_init().
| unsigned int* BinkAudioContext::bands |
Definition at line 56 of file binkaudio.c.
Referenced by decode_block(), decode_end(), and decode_init().
| float BinkAudioContext::root |
Definition at line 64 of file binkaudio.c.
Referenced by decode_block(), decode_end(), and decode_init().
1.5.6