Public Member Functions | |
| DECLARE_ALIGNED (32, FFTSample, coeffs) | |
Data Fields | |
| AVFrame | frame |
| 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 47 of file binkaudio.c.
| BinkAudioContext::DECLARE_ALIGNED | ( | 32 | , | |
| FFTSample | , | |||
| coeffs | ||||
| ) | [inline] |
Definition at line 61 of file binkaudio.c.
| unsigned int* BinkAudioContext::bands |
Definition at line 59 of file binkaudio.c.
Referenced by decode_block(), decode_end(), and decode_init().
transform size (samples)
Definition at line 55 of file binkaudio.c.
Referenced by decode_block(), and decode_init().
overlap size (samples)
Definition at line 56 of file binkaudio.c.
Referenced by decode_block(), and decode_init().
| float BinkAudioContext::root |
Definition at line 70 of file binkaudio.c.
Referenced by decode_block(), decode_end(), and decode_init().
Bink version 'b'.
Definition at line 52 of file binkaudio.c.
Referenced by decode_block(), and decode_init().
1.5.8