Disabling resynthesis when not needed (need to remove folding for this to work)

This commit is contained in:
Jean-Marc Valin 2010-04-18 22:10:24 -04:00
parent b8a06ee00d
commit b8ba70c99b
5 changed files with 51 additions and 37 deletions

View file

@ -51,7 +51,7 @@
* @param p Pitch vector (it is assumed that p+x is a unit vector)
* @param enc Entropy encoder state
*/
void alg_quant(celt_norm *X, int N, int K, int spread, ec_enc *enc);
void alg_quant(celt_norm *X, int N, int K, int spread, int resynth, ec_enc *enc);
/** Algebraic pulse decoder
* @param x Decoded normalised spectrum (returned)