aboutsummaryrefslogtreecommitdiffstats
path: root/libtoolame-dab/psycho_4.h
diff options
context:
space:
mode:
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);