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


#ifndef _ABR_H 
#define _ABR_H 
int ABR_FastSearch(     AAC_Config* aac_config, 
               ChannelInfo* channelinfo, 
               int valid_bits, 
               int bits); 
 
int Initial_ABR(AAC_Config* aac_config, 
            ChannelInfo* channelinfo, 
            int valid_bits, 
            int CurrentStep, 
            int quant_bits, 
            int loop_times); 
 
#endif