Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2003-11-27 11:42:07 +0300
committerjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2003-11-27 11:42:07 +0300
commit384dd357e17115db9a4bfb6cc7542556d7f1fb5e (patch)
tree5efe9efd3c22a6748b13da1749f45bfb6236be0e /libspeex/lsp.h
parent99b852464f4de1d148ae6401502b7c0eb56ada8c (diff)
fixed-point: bw_lpc and lpc_to_lsp are now done.
git-svn-id: http://svn.xiph.org/trunk/speex@5637 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'libspeex/lsp.h')
-rw-r--r--libspeex/lsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libspeex/lsp.h b/libspeex/lsp.h
index d563c9c..5e7b02a 100644
--- a/libspeex/lsp.h
+++ b/libspeex/lsp.h
@@ -49,7 +49,7 @@ Modified by Jean-Marc Valin
#include "misc.h"
-int lpc_to_lsp (spx_coef_t *a, int lpcrdr, spx_lsp_t *freq, int nb, float delta, char *stack);
+int lpc_to_lsp (spx_coef_t *a, int lpcrdr, spx_lsp_t *freq, int nb, spx_word16_t delta, char *stack);
void lsp_to_lpc(spx_lsp_t *freq, spx_coef_t *ak, int lpcrdr, char *stack);
/*Added by JMV*/