?? tab_dtx.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
*/
/*
File : TAB_DTX.H
*/
/* VAD constants */
extern FLOAT lbf_corr[NP+1];
/* SID LSF quantization */
extern FLOAT noise_fg[MODE][MA_NP][M];
extern FLOAT noise_fg_sum[MODE][M];
extern FLOAT noise_fg_sum_inv[MODE][M];
extern int PtrTab_1[32];
extern int PtrTab_2[2][16];
extern FLOAT Mp[MODE];
/* SID gain quantization */
extern FLOAT fact[NB_GAIN+1];
extern FLOAT tab_Sidgain[32];
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -