1
0
Fork 0
forked from len0rd/rockbox

Upgrade to libspeex 1.2beta2. Very minor performance increase (0.6% on coldfire).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13461 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dan Everton 2007-05-22 09:50:31 +00:00
parent 8970055ec1
commit df6f2f9a3c
36 changed files with 626 additions and 302 deletions

View file

@ -60,6 +60,9 @@
/** Used internally*/
#define SPEEX_SET_WIDEBAND 105
/** Used internally*/
#define SPEEX_GET_STACK 106
/** Quantizes LSPs */
typedef void (*lsp_quant_func)(spx_lsp_t *, spx_lsp_t *, int, SpeexBits *);