⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 allvariables.h

📁 语音压缩算法
💻 H
字号:
/************************* MPEG-2 NBC Audio Decoder ************************** *                                                                           *"This software module was originally developed by AT&T, Dolby Laboratories, Fraunhofer Gesellschaft IIS and edited byYoshiaki Oikawa (Sony Corporation),Mitsuyuki Hatanaka (Sony Corporation),Ralph Sperschneider (Fraunhofer Gesellschaft IIS)Ali Nowbakht-Irani (Fraunhofer Gesellschaft IIS)in the course of development of the MPEG-2 NBC/MPEG-4 Audio standard ISO/IEC 13818-7, 14496-1,2 and 3. This software module is an implementation of a part of one or more MPEG-2 NBC/MPEG-4 Audio tools as specified by the MPEG-2 NBC/MPEG-4 Audio standard. ISO/IEC  gives users of the MPEG-2 NBC/MPEG-4 Audio standards free license to this software module or modifications thereof for use in hardware or software products claiming conformance to the MPEG-2 NBC/MPEG-4Audio  standards. Those intending to use this software module in hardware or software products are advised that this use may infringe existing patents. The original developer of this software module and his/her company, the subsequent editors and their companies, and ISO/IEC have no liability for use of this software module or modifications thereof in an implementation. Copyright is not released for non MPEG-2 NBC/MPEG-4 Audio conforming products.The original developerretains full right to use the code for his/her  own purpose, assign or donate the code to a third party and to inhibit third party from using the code for non MPEG-2 NBC/MPEG-4 Audio conforming products. This copyright notice mustbe included in all copies or derivative works." Copyright(c)1996, 1997, 1998. *                                                                           * ****************************************************************************/#ifndef	_allVariables_h_#define _allVariables_h_extern	long		bno;extern	Huffman		book1[];extern	Huffman		book2[];extern	Huffman		book3[];extern	Huffman		book4[];extern	Huffman		book5[];extern	Huffman		book6[];extern	Huffman		book7[];extern	Huffman		book8[];extern	Huffman		book9[];extern	Huffman		book10[];extern	Huffman		book11[];extern	Huffman		bookscl[];extern	Hcb		book[NSPECBOOKS+2+32]; /*TM 990527*/extern	int		bufpool;extern	int		chn_present;extern	long		cword;extern	int		debug[256];extern	Info		eight_short_info;extern	Float		exptable[TEXP];extern	Float*		hvals[NSPECBOOKS];extern	Float		iq_exp_tbl[MAX_IQ_TBL];extern	int		inerror;extern	int		istrans;extern	int		*lpflag[Chans];extern	Info		only_long_info;extern	int		pred_max_bands_tbl[(1<<LEN_SAMP_IDX)];extern	short		sfbwidthShort[];extern	SR_Info		samp_rate_info[];/*extern	Stab		table2[MAXFFT];*//*extern	Stab		table[MAXFFT/2];*/extern	int		tns_max_bands_tbl[(1<<LEN_SAMP_IDX)][4];extern	long		total1;extern	long		total2;extern	Info*		winmap[NUM_WIN_SEQ];extern	Info		*win_seq_info[NUM_WIN_SEQ];extern	int		default_config;extern	int		adif_header_present;extern	int		current_program;extern	ADIF_Header	adif_header;extern	ProgConfig	prog_config;extern	MC_Info		mc_info;#endif	/* _allVariables_h_ */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -