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.
10 lines
377 B
10 lines
377 B
//
|
|
// ITU-T G.723 Floating Point Speech Coder ANSI C Source Code. Version 1.00
|
|
// copyright (c) 1995, AudioCodes, DSP Group, France Telecom,
|
|
// Universite de Sherbrooke, Intel Corporation. All rights reserved.
|
|
//
|
|
|
|
extern void Init_Coder(CODDEF *CodStat);
|
|
extern Flag Coder(float *DataBuff, Word32 *Vout,CODDEF *CodStat,
|
|
int quality, int UseCpuId, int UseMMX);
|
|
|