📄 tabld8cp.h
字号:
/* ITU-T G.729 Annex C+ - Reference C code for floating point implementation of G.729 Annex C+ (integration of Annexes B, D and E) Version 2.1 of October 1999*//*---------------------------------------------------------------------- COPYRIGHT NOTICE---------------------------------------------------------------------- ITU-T G.729 Annex C+ floating point ANSI C source code Copyright (C) 1999, AT&T, France Telecom, NTT, University of Sherbrooke, Rockwell International, Ericsson. All rights reserved.----------------------------------------------------------------------*//* File : TABLD8CP.C*/extern const int bitsno_B[PRM_SIZE_SID];extern const int bitsno_D[PRM_SIZE_D];extern const int bitsno_E_fwd[PRM_SIZE_E_fwd-1];extern const int bitsno_E_bwd[PRM_SIZE_E_bwd-1];/* 11.8k */extern const FLOAT freq_prev_reset[M];extern const FLOAT lag_bwd[M_BWD];extern const FLOAT hw[NRP+L_FRAME+M_BWD];extern const int ipos[16];/* 6.4k (for NTT CS-VQ)*/extern const FLOAT gbk1_6k[NCODE1_6K][2];extern const FLOAT gbk2_6k[NCODE2_6K][2];extern const FLOAT coef_6k[2][2];extern const FLOAT thr1_6k[NCODE1_6K-NCAN1_6K];extern const FLOAT thr2_6k[NCODE2_6K-NCAN2_6K];extern const int map1_6k[NCODE1_6K];extern const int imap1_6k[NCODE1_6K];extern const int map2_6k[NCODE2_6K];extern const int imap2_6k[NCODE2_6K];extern const int grayEncode[32];extern const int grayDecode[32];extern const int trackTable0[16];extern const int trackTable1[32];extern const int posSearched[2];extern const FLOAT ph_imp_low[L_SUBFR];extern const FLOAT ph_imp_mid[L_SUBFR];extern const FLOAT ph_imp_high[L_SUBFR];extern const FLOAT freq_prev_reset[M];extern const FLOAT lwindow[M+2];
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -