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] |
| float | outSamples [2048] |
| data buffers | |
| uint8_t * | decoded_bytes_buffer |
| float | tempBuf [1070] |
| int | atrac3version |
| extradata | |
| int | delay |
| int | scrambled_stream |
| int | frame_factor |
Definition at line 83 of file atrac3.c.
stream data
Definition at line 87 of file atrac3.c.
Referenced by atrac3_decode_frame(), atrac3_decode_init(), and decodeFrame().
| uint8_t* ATRAC3Context::decoded_bytes_buffer |
Definition at line 109 of file atrac3.c.
Referenced by atrac3_decode_close(), atrac3_decode_frame(), atrac3_decode_init(), and decodeFrame().
joint-stereo related variables
Definition at line 101 of file atrac3.c.
Referenced by atrac3_decode_init(), and decodeFrame().
| float ATRAC3Context::outSamples[2048] |
data buffers
Definition at line 108 of file atrac3.c.
Referenced by atrac3_decode_frame(), and decodeFrame().
Definition at line 97 of file atrac3.c.
Referenced by atrac3_decode_close(), atrac3_decode_init(), and decodeFrame().
Definition at line 116 of file atrac3.c.
Referenced by atrac3_decode_frame(), and atrac3_decode_init().
| float ATRAC3Context::tempBuf[1070] |
1.5.8