FFmpeg
|
Public Member Functions | |
DECLARE_ALIGNED (32, FFTSample, coeffs) | |
Data Fields | |
GetBitContext | gb |
int | version_b |
Bink version 'b'. More... | |
int | first |
int | channels |
int | frame_len |
transform size (samples) More... | |
int | overlap_len |
overlap size (samples) More... | |
int | block_size |
int | num_bands |
unsigned int * | bands |
float | root |
trans | |
Detailed Description
Definition at line 48 of file binkaudio.c.
Member Function Documentation
|
inline |
Definition at line 59 of file binkaudio.c.
Field Documentation
unsigned int* BinkAudioContext::bands |
Definition at line 57 of file binkaudio.c.
Referenced by decode_block(), decode_end(), and decode_init().
int BinkAudioContext::block_size |
Definition at line 55 of file binkaudio.c.
Referenced by decode_frame(), and decode_init().
int BinkAudioContext::channels |
Definition at line 52 of file binkaudio.c.
Referenced by decode_block(), and decode_init().
int BinkAudioContext::first |
Definition at line 51 of file binkaudio.c.
Referenced by decode_block(), and decode_init().
int BinkAudioContext::frame_len |
transform size (samples)
Definition at line 53 of file binkaudio.c.
Referenced by decode_block(), decode_frame(), and decode_init().
GetBitContext BinkAudioContext::gb |
Definition at line 49 of file binkaudio.c.
Referenced by decode_block(), and decode_frame().
int BinkAudioContext::num_bands |
Definition at line 56 of file binkaudio.c.
Referenced by decode_block(), and decode_init().
int BinkAudioContext::overlap_len |
overlap size (samples)
Definition at line 54 of file binkaudio.c.
Referenced by decode_block(), and decode_init().
float BinkAudioContext::root |
Definition at line 58 of file binkaudio.c.
Referenced by decode_block(), and decode_init().
BinkAudioContext::trans |
Definition at line 65 of file binkaudio.c.
Referenced by decode_block(), decode_end(), and decode_init().
int BinkAudioContext::version_b |
Bink version 'b'.
Definition at line 50 of file binkaudio.c.
Referenced by decode_block(), and decode_init().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:11 for FFmpeg by 1.8.11