Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
598 B

  1. //
  2. // ITU-T G.723 Floating Point Speech Coder ANSI C Source Code. Version 1.00
  3. // copyright (c) 1995, AudioCodes, DSP Group, France Telecom,
  4. // Universite de Sherbrooke, Intel Corporation. All rights reserved.
  5. //
  6. void AtoLsp( float *LspVect, float *Lpc, float *PrevLsp );
  7. Word32 Lsp_Qnt( float *CurrLsp, float *PrevLsp, int UseMMX );
  8. Word32 Lsp_Svq( float *Lsp, float *Wvect );
  9. Word32 Svq_Int( float *Lsp, float *Wvect );
  10. Flag Lsp_Inq( float *Lsp, float *PrevLsp, Word32 LspId, int Crc );
  11. void Lsp_Int( float *QntLpc, float *CurrLsp, float *PrevLsp );
  12. void LsptoA( float *Lsp );