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>2007-12-31 08:12:12 +0300
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2007-12-31 08:12:12 +0300
commit0d227d86e5ae13900d2de570205b77d3097fbc11 (patch)
tree4d24b95f1160b81515571344ed33bbbd5defceb6 /libcelt/bands.h
parent97252d036569c112efa4e46f988c442ca8de0b00 (diff)
Got the intra-band prediction/copy to work correctly with
pulse spreading (and to work at all).
Diffstat (limited to 'libcelt/bands.h')
-rw-r--r--libcelt/bands.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libcelt/bands.h b/libcelt/bands.h
index 5a19576..a7fc04f 100644
--- a/libcelt/bands.h
+++ b/libcelt/bands.h
@@ -51,6 +51,4 @@ void quant_bands(const CELTMode *m, float *X, float *P, float *W, ec_enc *enc);
void unquant_bands(const CELTMode *m, float *X, float *P, ec_dec *dec);
-void band_rotation(const CELTMode *m, float *X, int dir);
-
#endif /* BANDS_H */