|
Libav 0.7.1
|
Data Fields | |
| int | bandsCoded |
| int | numComponents |
| tonal_component | components [64] |
| float | prevFrame [1024] |
| int | gcBlkSwitch |
| gain_block | gainBlock [2] |
| float | spectrum [1024] |
| float | IMDCT_buf [1024] |
| float | delayBuf1 [46] |
| qmf delay buffers | |
| float | delayBuf2 [46] |
| float | delayBuf3 [46] |
Definition at line 70 of file atrac3.c.
Referenced by decodeChannelSoundUnit().
Definition at line 72 of file atrac3.c.
Referenced by decodeChannelSoundUnit().
| float channel_unit::delayBuf1[46] |
| float channel_unit::delayBuf2[46] |
Definition at line 81 of file atrac3.c.
Referenced by decodeFrame().
| float channel_unit::delayBuf3[46] |
Definition at line 82 of file atrac3.c.
Referenced by decodeFrame().
Definition at line 75 of file atrac3.c.
Referenced by decodeChannelSoundUnit().
Definition at line 74 of file atrac3.c.
Referenced by decodeChannelSoundUnit().
| float channel_unit::IMDCT_buf[1024] |
Definition at line 78 of file atrac3.c.
Referenced by decodeChannelSoundUnit().
Definition at line 71 of file atrac3.c.
Referenced by decodeChannelSoundUnit().
| float channel_unit::prevFrame[1024] |
Definition at line 73 of file atrac3.c.
Referenced by decodeChannelSoundUnit().
| float channel_unit::spectrum[1024] |
Definition at line 77 of file atrac3.c.
Referenced by decodeChannelSoundUnit().
1.7.4