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>2009-10-24 19:44:07 +0400
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2009-10-24 19:44:07 +0400
commitc2f7dff55a8c6955b4d32a21f291a6c0178fa566 (patch)
treef585853e4efbea06e0534537960e4abd16e51417 /libcelt/laplace.c
parenta3803a98afeb8bddfee2038ecdf0623124d06d46 (diff)
Added a SMALL_FOOTPRINT option
Diffstat (limited to 'libcelt/laplace.c')
-rw-r--r--libcelt/laplace.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcelt/laplace.c b/libcelt/laplace.c
index f09590e..dbde074 100644
--- a/libcelt/laplace.c
+++ b/libcelt/laplace.c
@@ -88,6 +88,7 @@ void ec_laplace_encode_start(ec_enc *enc, int *value, int decay, int fs)
ec_encode_bin(enc, fl, fl+fs, 15);
}
+
void ec_laplace_encode(ec_enc *enc, int *value, int decay)
{
int fs = ec_laplace_get_start_freq(decay);