tab_dtx.inc

来自「基于ADSP的G.729语音编解码程序」· INC 代码 · 共 13 行

INC
13
字号
/* $$01/10/2000 rejustified the tables used in audio codec  */

/* VAD constants */
.EXTERNAL       lbf_corr,shift_fx,factor_fx;
/* SID LSF quantization */
.EXTERNAL       PtrTab_1,PtrTab_2,SZC_coeff;
.EXTERNAL       noise_fg,noise_fg_sum_inv,noise_fg_sum;
/* SID gain quantization */
.EXTERNAL       fact,marg,tab_Sidgain,Gain_thresh;



⌨️ 快捷键说明

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