Various minor cleanups (removing dead arguments, macros) to libcelt/. Reinstate -Wunused-parameter.

This commit is contained in:
Gregory Maxwell 2011-09-01 19:42:37 -04:00
parent b6c3f06b53
commit 40f956eed0
17 changed files with 65 additions and 42 deletions

View file

@ -49,7 +49,11 @@
* @ret A mask indicating which blocks in the band received pulses
*/
unsigned alg_quant(celt_norm *X, int N, int K, int spread, int B,
ec_enc *enc, opus_val16 gain);
ec_enc *enc
#ifdef RESYNTH
, opus_val16 gain
#endif
);
/** Algebraic pulse decoder
* @param x Decoded normalised spectrum (returned)