Go to the source code of this file.
| Functions | |
| void | ff_atrac_generate_tables (void) | 
| Generate common tables. | |
| void | ff_atrac_iqmf (float *inlo, float *inhi, unsigned int nIn, float *pOut, float *delayBuf, float *temp) | 
| Quadrature mirror synthesis filter. | |
| Variables | |
| float | ff_atrac_sf_table [64] | 
Definition in file atrac.h.
| void ff_atrac_generate_tables | ( | void | ) | 
Generate common tables.
Definition at line 52 of file atrac.c.
Referenced by atrac1_decode_init(), and atrac3_decode_init().
| void ff_atrac_iqmf | ( | float * | inlo, | |
| float * | inhi, | |||
| unsigned int | nIn, | |||
| float * | pOut, | |||
| float * | delayBuf, | |||
| float * | temp | |||
| ) | 
Quadrature mirror synthesis filter.
| inlo | lower part of spectrum | |
| inhi | higher part of spectrum | |
| nIn | size of spectrum buffer | |
| pOut | out buffer | |
| delayBuf | delayBuf buffer | |
| temp | temp buffer | 
Definition at line 83 of file atrac.c.
Referenced by at1_subband_synthesis(), and decodeFrame().
| float ff_atrac_sf_table[64] | 
Definition at line 36 of file atrac.c.
Referenced by at1_unpack_dequant(), decodeSpectrum(), decodeTonalComponents(), and ff_atrac_generate_tables().
 1.5.8
 1.5.8