aboutsummaryrefslogtreecommitdiff
path: root/celt/bands.h
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2014-01-05 21:40:02 -0500
committerJean-Marc Valin <jmvalin@jmvalin.ca>2014-01-05 21:40:02 -0500
commit4a6744a4467c58c5c848f2819cd05edeef3ef5ff (patch)
tree24dd821b82f1dfdc6e3edfb6aa6471753904e502 /celt/bands.h
parented01a596dc525801ec9d601da29ded8a82a2ccd6 (diff)
downloadlibopus-4a6744a4467c58c5c848f2819cd05edeef3ef5ff.tar.gz
Some cleaning up of the synthesis code.
Diffstat (limited to 'celt/bands.h')
-rw-r--r--celt/bands.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/celt/bands.h b/celt/bands.h
index e6ad9c52..924f0a17 100644
--- a/celt/bands.h
+++ b/celt/bands.h
@@ -59,7 +59,8 @@ void normalise_bands(const CELTMode *m, const celt_sig * OPUS_RESTRICT freq, cel
* @param bandE Square root of the energy for each band
*/
void denormalise_bands(const CELTMode *m, const celt_norm * OPUS_RESTRICT X,
- celt_sig * OPUS_RESTRICT freq, const opus_val16 *bandE, int start, int end, int C, int M);
+ celt_sig * OPUS_RESTRICT freq, const opus_val16 *bandE, int start,
+ int end, int C, int M, int downsample, int silence);
#define SPREAD_NONE (0)
#define SPREAD_LIGHT (1)