aboutsummaryrefslogtreecommitdiffstats
path: root/libtoolame-dab/psycho_4.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-02-15 02:44:20 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-02-15 02:44:20 +0100
commit22f1fce330059ef8a383cf327a023d6a9da5ad3e (patch)
tree6893f158dcaaaa1b9f1317923c32a841ba31f768 /libtoolame-dab/psycho_4.h
parent891bb2592944aa2be2d81e1583e73e632e70537f (diff)
downloadODR-AudioEnc-22f1fce330059ef8a383cf327a023d6a9da5ad3e.tar.gz
ODR-AudioEnc-22f1fce330059ef8a383cf327a023d6a9da5ad3e.tar.bz2
ODR-AudioEnc-22f1fce330059ef8a383cf327a023d6a9da5ad3e.zip
Include toolame-dab as library
Diffstat (limited to 'libtoolame-dab/psycho_4.h')
-rw-r--r--libtoolame-dab/psycho_4.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libtoolame-dab/psycho_4.h b/libtoolame-dab/psycho_4.h
new file mode 100644
index 0000000..e065956
--- /dev/null
+++ b/libtoolame-dab/psycho_4.h
@@ -0,0 +1,8 @@
+void psycho_4 (short int *, short int[1056], int, double *smr, double sfeq, options *glopts);
+void psycho_4_init (double sfreq, options *glopts);
+FLOAT8 psycho_4_spreading_function(FLOAT8 bark);
+void psycho_4_allocmem(void);
+
+void psycho_4_trigtable_init(void);
+FLOAT psycho_4_cos(FLOAT phi);
+FLOAT psycho_4_sin(FLOAT phi);