Sound unit struct, one unit is used per channel. More...
Data Fields | |
int | log2_block_count [AT1_QMF_BANDS] |
log2 number of blocks in a band | |
int | num_bfus |
number of Block Floating Units | |
float * | spectrum [2] |
Sound unit struct, one unit is used per channel.
Definition at line 58 of file atrac1.c.
int AT1SUCtx::log2_block_count[AT1_QMF_BANDS] |
log2 number of blocks in a band
Definition at line 59 of file atrac1.c.
Referenced by at1_imdct_block(), at1_unpack_dequant(), and atrac1_decode_frame().
number of Block Floating Units
Definition at line 60 of file atrac1.c.
Referenced by at1_unpack_dequant().
float* AT1SUCtx::spectrum[2] |
Definition at line 61 of file atrac1.c.
Referenced by at1_imdct_block(), and atrac1_decode_init().