forked from len0rd/rockbox
Exclude some unneeded LSP code. Add some #endif clarification comments here and there.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15497 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3eed6fc025
commit
f5903789fb
7 changed files with 18 additions and 14 deletions
|
|
@ -134,6 +134,8 @@ Heavily modified by Jean-Marc Valin (c) 2002-2006 (fixed-point,
|
|||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef SPEEX_DISABLE_ENCODER
|
||||
|
||||
#ifdef FIXED_POINT
|
||||
|
||||
#ifndef OVERRIDE_CHEB_POLY_EVA
|
||||
|
|
@ -387,6 +389,8 @@ int lpc_to_lsp (spx_coef_t *a,int lpcrdr,spx_lsp_t *freq,int nb,spx_word16_t del
|
|||
return(roots);
|
||||
}
|
||||
|
||||
#endif /* SPEEX_DISABLE_ENCODER */
|
||||
|
||||
/*---------------------------------------------------------------------------*\
|
||||
|
||||
FUNCTION....: lsp_to_lpc()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue