www.pudn.com > iMagic_2006_0428_v098r23.rar > ath.h


#ifndef _ATH_H 
#define _ATH_H 
 
#include "AACEncoder.h" 
 
void ATH_Clipping(   AAC_Config* aac_config); 
 
float ATHformula_GB(float freq, float value); 
 
float ATHmdct(    AAC_Config* aac_config, 
            float freq ); 
 
void Compute_ATH(AAC_Config* aac_config ); 
 
#endif