UTIL_CNG.H
上传用户:meifeng08
上传日期:2013-06-18
资源大小:5304k
文件大小:1k
源码类别:

语音压缩

开发平台:

C/C++

  1. /*
  2. **
  3. ** File:        "util_cng.h"
  4. **
  5. ** Description:     Function prototypes for "util_cng.c"
  6. **
  7. */
  8. /*
  9.     ITU-T G.723 Speech Coder   ANSI-C Source Code     Version 5.00
  10.     copyright (c) 1995, AudioCodes, DSP Group, France Telecom,
  11.     Universite de Sherbrooke.  All rights reserved.
  12. */
  13. void Calc_Exc_Rand(Word16 cur_gain, Word16 *PrevExc, Word16 *DataExc,
  14.                                       Word16 *nRandom, LINEDEF *Line);
  15. Word16 Qua_SidGain(Word16 *Ener, Word16 *shEner, Word16 nq);
  16. Word16 Dec_SidGain(Word16 i_gain);