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-06-01 17:19:16 +0400
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2008-06-01 17:19:16 +0400
commitc6ca49923e36f7e35b20bb22134d556ddf74619b (patch)
tree5411903bea94dbcc3933b533eacd71b8397fcf54 /libcelt/psy.c
parent13294b54c02134dd13a1ae4ce08f75dac297248d (diff)
Infrastructure work for a psy model
Diffstat (limited to 'libcelt/psy.c')
-rw-r--r--libcelt/psy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcelt/psy.c b/libcelt/psy.c
index 4f88f23..f7d612c 100644
--- a/libcelt/psy.c
+++ b/libcelt/psy.c
@@ -143,8 +143,8 @@ void compute_masking(const struct PsyDecay *decay, celt_word16_t *X, celt_mask_t
spreading_func(decay, mask, N);
}
-#if 0 /* Not needed for now, but will be useful in the future */
-void compute_mdct_masking(const struct PsyDecay *decay, celt_word32_t *X, celt_mask_t *mask, int len)
+#ifdef EXP_PSY /* Not needed for now, but will be useful in the future */
+void compute_mdct_masking(const struct PsyDecay *decay, celt_word32_t *X, celt_word16_t *long_window, celt_mask_t *mask, int len)
{
int i;
VARDECL(float, psd);