FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
atrac.h File Reference

Atrac common header. More...

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]
 

Detailed Description

Atrac common header.

Definition in file atrac.h.

Function Documentation

void ff_atrac_generate_tables ( void  )

Generate common tables.

Definition at line 52 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
inlolower part of spectrum
inhihigher part of spectrum
nInsize of spectrum buffer
pOutout buffer
delayBufdelayBuf buffer
temptemp buffer

Definition at line 83 of file atrac.c.

Referenced by at1_subband_synthesis(), and decode_frame().

Variable Documentation

float ff_atrac_sf_table[64]