g723_def.h
来自「G.723在ARM上的实现。实现平台为Linux2.4.8+ Intel Xsc」· C头文件 代码 · 共 29 行
H
29 行
#include <ipp_platform.h>#include <ippdefs.h>#include <ippsc.h>/* Definitions missing from ippSC.h on IA IPP */typedef struct { Ipp16s adaptEnableFlag; /* adaptation enable flag */ Ipp32s prevFltEnergy; /* previous filtered signal energy */ Ipp32s prevNoiseLevel; /* previous noise level */ Ipp16s hangoverCount; /* count for hangover frames */ Ipp16s vadVoiceCount; /* count for VAD voice frames */} IppG723AVadState;typedef struct { Ipp16s sidLpcAutoCorrExp; /* exponent of the autocorrelation */ /* coefficient of SID LPC coefficients */ Ipp16s sidLpcAutoCorr[11]; /* SID LPC coefficients autocorrelation */ Ipp16s qSidGainIndex; /* quantized SID gain index */ Ipp16s residualEnergy[3]; /* residual energy of previous 3 frames */ Ipp16s sumFrame; /* summation frames number */} IppG723ADtxState;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?