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-10 09:56:53 +0300
committerjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2003-11-10 09:56:53 +0300
commit77ba6ed5fd4d3c1455ec1b399fa52e97b7094b5b (patch)
treee978f14a56190c1522b61e8de00a4268a5475933 /libspeex/lsp.h
parentebcdcd46ccee18e0aa2d95eaa2fb6af58e162869 (diff)
fixed-point: integerized lsp interpolation
git-svn-id: http://svn.xiph.org/trunk/speex@5547 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'libspeex/lsp.h')
-rw-r--r--libspeex/lsp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libspeex/lsp.h b/libspeex/lsp.h
index cfb4d7a..d23396f 100644
--- a/libspeex/lsp.h
+++ b/libspeex/lsp.h
@@ -55,4 +55,6 @@ void lsp_to_lpc(spx_lsp_t *freq, spx_coef_t *ak, int lpcrdr, char *stack);
/*Added by JMV*/
void lsp_enforce_margin(spx_lsp_t *lsp, int len, float margin);
+void lsp_interpolate(spx_lsp_t *old_lsp, spx_lsp_t *new_lsp, spx_lsp_t *interp_lsp, int len, int subframe, int nb_subframes);
+
#endif /* __AK2LSPD__ */