dec_acelp.h
上传用户:zhongxx05
上传日期:2007-06-06
资源大小:33641k
文件大小:1k
源码类别:

Symbian

开发平台:

C/C++

  1. /*
  2.  *===================================================================
  3.  *  3GPP AMR Wideband Floating-point Speech Codec
  4.  *===================================================================
  5.  */
  6. #ifndef DEC_ACELP_H
  7. #define DEC_ACELP_H
  8. #include "typedef.h"
  9. void D_ACELP_decode_2t(Word16 index, Word16 code[]);
  10. void D_ACELP_decode_4t(Word16 index[], Word16 nbbits, Word16 code[]);
  11. void D_ACELP_phase_dispersion(Word16 gain_code, Word16 gain_pit, Word16 code[],
  12.                               Word16 mode, Word16 disp_mem[]);
  13. #endif