FFmpeg
|
Atrac common header. More...
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void | ff_atrac_generate_tables (void) |
Generate common tables. More... | |
void | ff_atrac_iqmf (float *inlo, float *inhi, unsigned int nIn, float *pOut, float *delayBuf, float *temp) |
Quadrature mirror synthesis filter. More... | |
Variables | |
float | ff_atrac_sf_table [64] |
Detailed Description
Atrac common header.
Definition in file atrac.h.
Function Documentation
Generate common tables.
Definition at line 51 of file atrac.c.
Referenced by atrac1_decode_init(), and atrac3_init_static_data().
void ff_atrac_iqmf | ( | float * | inlo, |
float * | inhi, | ||
unsigned int | nIn, | ||
float * | pOut, | ||
float * | delayBuf, | ||
float * | temp | ||
) |
Quadrature mirror synthesis filter.
- Parameters
-
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 82 of file atrac.c.
Referenced by at1_subband_synthesis(), and decode_frame().
Variable Documentation
float ff_atrac_sf_table[64] |
Definition at line 35 of file atrac.c.
Referenced by at1_unpack_dequant(), decode_spectrum(), decode_tonal_components(), and ff_atrac_generate_tables().
Generated on Mon Nov 18 2024 06:52:04 for FFmpeg by 1.8.11