Disabling resynthesis when not needed (need to remove folding for this to work)
This commit is contained in:
parent
b8a06ee00d
commit
b8ba70c99b
5 changed files with 51 additions and 37 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue