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-10-09 02:31:42 +0400
committerjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2003-10-09 02:31:42 +0400
commit766ab3fb94104603e6ae20f59645d705c067b41d (patch)
tree28d45e39e774c8ed17b0eb83f3e5c13a35a63f8e /libspeex/lsp.h
parentb9d3556440f94e5917268bf2a71ff78f494b41f0 (diff)
fixed-point: QMF entirely in fixed-point now
git-svn-id: http://svn.xiph.org/trunk/speex@5441 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'libspeex/lsp.h')
-rw-r--r--libspeex/lsp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libspeex/lsp.h b/libspeex/lsp.h
index 656f9f8..a0ecac0 100644
--- a/libspeex/lsp.h
+++ b/libspeex/lsp.h
@@ -55,5 +55,4 @@ void lsp_to_lpc(float *freq, spx_coef_t *ak, int lpcrdr, char *stack);
/*Added by JMV*/
void lsp_enforce_margin(float *lsp, int len, float margin);
-
#endif /* __AK2LSPD__ */