| float | outSamples [2048] |
| uint8_t * | decoded_bytes_buffer |
| float | tempBuf [1070] |
| DECLARE_ALIGNED_16 (float, mdct_tmp[512]) | |
Data Fields | |
| GetBitContext | gb |
| int | channels |
| 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] |
| int | matrix_coeff_index_now [4] |
| int | matrix_coeff_index_next [4] |
| int | weighting_delay [6] |
| int | atrac3version |
| int | delay |
| int | scrambled_stream |
| int | frame_factor |
Definition at line 83 of file atrac3.c.
| ATRAC3Context::DECLARE_ALIGNED_16 | ( | float | , | |
| mdct_tmp | [512] | |||
| ) |
stream data
Definition at line 87 of file atrac3.c.
Referenced by atrac3_decode_frame(), atrac3_decode_init(), and decodeFrame().
joint-stereo related variables
Definition at line 101 of file atrac3.c.
Referenced by decodeFrame().
| float ATRAC3Context::outSamples[2048] |
data buffers
Definition at line 108 of file atrac3.c.
Referenced by atrac3_decode_frame(), and decodeFrame().
| uint8_t* ATRAC3Context::decoded_bytes_buffer |
Definition at line 109 of file atrac3.c.
Referenced by atrac3_decode_close(), atrac3_decode_frame(), and atrac3_decode_init().
| float ATRAC3Context::tempBuf[1070] |
Definition at line 117 of file atrac3.c.
Referenced by atrac3_decode_frame(), and atrac3_decode_init().
1.5.1