float | outSamples [2048] |
data buffers | |
uint8_t * | decoded_bytes_buffer |
float | tempBuf [1070] |
DECLARE_ALIGNED_16 (float, mdct_tmp[512]) | |
Data Fields | |
GetBitContext | gb |
int | channels |
stream data | |
int | codingMode |
int | bit_rate |
int | sample_rate |
int | samples_per_channel |
int | samples_per_frame |
int | bits_per_frame |
int | bytes_per_frame |
int | pBs |
channel_unit * | pUnits |
int | matrix_coeff_index_prev [4] |
joint-stereo related variables | |
int | matrix_coeff_index_now [4] |
int | matrix_coeff_index_next [4] |
int | weighting_delay [6] |
int | atrac3version |
extradata | |
int | delay |
int | scrambled_stream |
int | frame_factor |
Definition at line 82 of file atrac3.c.
ATRAC3Context::DECLARE_ALIGNED_16 | ( | float | , | |
mdct_tmp | [512] | |||
) |
stream data
Definition at line 86 of file atrac3.c.
Referenced by atrac3_decode_frame(), atrac3_decode_init(), and decodeFrame().
Definition at line 96 of file atrac3.c.
Referenced by atrac3_decode_close(), atrac3_decode_init(), and decodeFrame().
joint-stereo related variables
Definition at line 100 of file atrac3.c.
Referenced by atrac3_decode_init(), and decodeFrame().
float ATRAC3Context::outSamples[2048] |
data buffers
Definition at line 107 of file atrac3.c.
Referenced by atrac3_decode_frame(), and decodeFrame().
Definition at line 108 of file atrac3.c.
Referenced by atrac3_decode_close(), atrac3_decode_frame(), and atrac3_decode_init().
float ATRAC3Context::tempBuf[1070] |
Definition at line 116 of file atrac3.c.
Referenced by atrac3_decode_frame(), and atrac3_decode_init().