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

📄 pan_par_const.h

📁 C写的MPEG4音频源代码(G.723/G.729)
💻 H
字号:
/*This software module was originally developed byNaoya Tanaka (Matsushita Communication Industrial Co., Ltd.)and edited byin the course of development of theMPEG-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 moreMPEG-2 NBC/MPEG-4 Audio tools as specified by the MPEG-2 NBC/MPEG-4 Audiostandard. ISO/IEC  gives users of the MPEG-2 NBC/MPEG-4 Audio standardsfree license to this software module or modifications thereof for use inhardware or software products claiming conformance to the MPEG-2 NBC/MPEG-4 Audio  standards. Those intending to use this software module inhardware or software products are advised that this use may infringeexisting patents. The original developer of this software module andhis/her company, the subsequent editors and their companies, and ISO/IEChave no liability for use of this software module or modificationsthereof in an implementation. Copyright is not released for nonMPEG-2 NBC/MPEG-4 Audio conforming products. The original developerretains full right to use the code for his/her  own purpose, assign ordonate the code to a third party and to inhibit third party from usingthe code for non MPEG-2 NBC/MPEG-4 Audio conforming products.This copyright notice must be included in all copies or derivative works.Copyright (c)1996, 1997.*//*	pan_par_const.h		*//*	Description of constant values used in the parametric core *//*		06/18/97 Ver 3.01 */#define CELP_LPC_TOOL/* LSP quantizer */#define PAN_N_DC_LSP_PAR 8#define PAN_LSP_AR_R_PAR 0.7#define PAN_MINGAP_PAR (4./256.)/* Bit allocation */#define	PAN_BIT_LSP18_0	5#define	PAN_BIT_LSP18_1	0#define	PAN_BIT_LSP18_2	7#define	PAN_BIT_LSP18_3	5#define	PAN_BIT_LSP18_4	1/* LPC analysis with CELP tools */#define PAN_LPC_ORDER_PAR 10#define PAN_WIN_LEN_PAR 256#define PAN_NUM_ANA_PAR 1#define PAN_GAMMA_BE_PAR (.9902)#define PAN_BITRATE_PAR 2000 /* dummy */#define PAN_WIN_OFFSET_PAR 0#define PAN_PI 3.14159265358979

⌨️ 快捷键说明

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