Avoid passing 'resynth' argument since resynth is either !encode
or it's always 1 if -DRESYNTH.
This commit is contained in:
parent
66c612ef43
commit
d830d08923
5 changed files with 31 additions and 29 deletions
|
@ -49,7 +49,7 @@
|
|||
* @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,
|
||||
int resynth, ec_enc *enc, opus_val16 gain);
|
||||
ec_enc *enc, opus_val16 gain);
|
||||
|
||||
/** Algebraic pulse decoder
|
||||
* @param x Decoded normalised spectrum (returned)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue