Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2008-12-05 05:21:41 +0300
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2008-12-05 05:21:41 +0300
commit6cde5dd24c005e87fbae2fcfecf6f28a08ba59d3 (patch)
treede3438b2efea6983992c37e0931e0a48b3a3e5db /libcelt/vq.h
parent8ed865813eb3aaea73e88fc3e6fc9b5dcedce711 (diff)
alg_quant() now handles the sign of X[] separately from the quantisation
process
Diffstat (limited to 'libcelt/vq.h')
-rw-r--r--libcelt/vq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcelt/vq.h b/libcelt/vq.h
index 7388293..1202cb0 100644
--- a/libcelt/vq.h
+++ b/libcelt/vq.h
@@ -50,7 +50,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_t *X, celt_mask_t *W, int N, int K, const celt_norm_t *P, ec_enc *enc);
+void alg_quant(celt_norm_t *X, celt_mask_t *W, int N, int K, celt_norm_t *P, ec_enc *enc);
/** Algebraic pulse decoder
* @param x Decoded normalised spectrum (returned)