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

📄 tab_ld8k.h

📁 语音编码G.729 语音编码G.729
💻 H
字号:
/*   ITU-T G.729 Annex C - Reference C code for floating point                         implementation of G.729                         Version 1.01 of 15.September.98*//*----------------------------------------------------------------------                    COPYRIGHT NOTICE----------------------------------------------------------------------   ITU-T G.729 Annex C ANSI C source code   Copyright (C) 1998, AT&T, France Telecom, NTT, University of   Sherbrooke.  All rights reserved.----------------------------------------------------------------------*//* File : TAB_LD8K.H Used for the floating point version of G.729 main body (not for G.729A)*/extern const FLOAT b100[3];extern const FLOAT a100[3];extern const FLOAT b140[3];extern const FLOAT a140[3];extern const FLOAT hamwindow[L_WINDOW];extern const FLOAT grid[GRID_POINTS+1];extern const FLOAT lspcb1[NC0][M];         /*First Stage Codebook */extern const FLOAT lspcb2[NC1][M];         /*Second Stage Codebook*/extern const FLOAT fg[MODE][MA_NP][M]; /*MA prediction coef.  */extern const FLOAT fg_sum[MODE][M];        /*present MA prediction coef.*/extern const FLOAT fg_sum_inv[MODE][M];    /*inverse coef. */extern const FLOAT inter_3[FIR_SIZE_ANA];extern const FLOAT inter_3l[FIR_SIZE_SYN];extern const FLOAT pred[4];extern const FLOAT coef[2][2];extern const FLOAT thr1[NCODE1-NCAN1];extern const FLOAT thr2[NCODE2-NCAN2];extern const FLOAT gbk1[NCODE1][2];extern const FLOAT gbk2[NCODE2][2];extern const int map1[NCODE1];extern const int map2[NCODE2];extern const int imap1[NCODE1];extern const int imap2[NCODE2];extern const FLOAT tab_hup_l[SIZ_TAB_HUP_L];extern const FLOAT tab_hup_s[SIZ_TAB_HUP_S];extern const int bitsno[PRM_SIZE];extern const FLOAT lsp_old_reset[M];

⌨️ 快捷键说明

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