forked from len0rd/rockbox
opus: #if 0 out some more unused code, delete unused file
Change-Id: I96033f42e0c3096ec9d779e9f8ca46570f981ab0
This commit is contained in:
parent
f498142143
commit
06fc6fdd0a
8 changed files with 16 additions and 47 deletions
|
|
@ -151,11 +151,13 @@ void silk_ana_filt_bank_1(
|
|||
/* SCALAR FUNCTIONS */
|
||||
/********************************************************************/
|
||||
|
||||
#if 0
|
||||
/* Approximation of 128 * log2() (exact inverse of approx 2^() below) */
|
||||
/* Convert input to a log scale */
|
||||
opus_int32 silk_lin2log(
|
||||
const opus_int32 inLin /* I input in linear scale */
|
||||
);
|
||||
#endif
|
||||
|
||||
/* Approximation of a sigmoid function */
|
||||
opus_int silk_sigm_Q15(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue