Data Fields | |
AT1SUCtx | SUs [AT1_MAX_CHANNELS] |
channel sound unit | |
float | spec [AT1_SU_SAMPLES] |
the mdct spectrum buffer | |
float | low [256] |
float | mid [256] |
float | high [512] |
float * | bands [3] |
float | out_samples [AT1_MAX_CHANNELS][AT1_SU_SAMPLES] |
FFTContext | mdct_ctx [3] |
int | channels |
DSPContext | dsp |
Definition at line 73 of file atrac1.c.
float* AT1Ctx::bands[3] |
Definition at line 80 of file atrac1.c.
Referenced by at1_imdct_block(), at1_subband_synthesis(), and atrac1_decode_init().
int AT1Ctx::channels |
Definition at line 83 of file atrac1.c.
Referenced by atrac1_decode_frame(), and atrac1_decode_init().
float AT1Ctx::high[512] |
float AT1Ctx::low[256] |
Definition at line 82 of file atrac1.c.
Referenced by at1_imdct(), atrac1_decode_end(), and atrac1_decode_init().
float AT1Ctx::mid[256] |
float AT1Ctx::out_samples[AT1_MAX_CHANNELS][AT1_SU_SAMPLES] |
float AT1Ctx::spec[AT1_SU_SAMPLES] |
the mdct spectrum buffer
Definition at line 75 of file atrac1.c.
Referenced by at1_imdct_block(), and atrac1_decode_frame().
AT1SUCtx AT1Ctx::SUs[AT1_MAX_CHANNELS] |
channel sound unit
Definition at line 74 of file atrac1.c.
Referenced by atrac1_decode_frame(), and atrac1_decode_init().