From 22f1fce330059ef8a383cf327a023d6a9da5ad3e Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 15 Feb 2016 02:44:20 +0100 Subject: Include toolame-dab as library --- libtoolame-dab/subband.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 libtoolame-dab/subband.h (limited to 'libtoolame-dab/subband.h') diff --git a/libtoolame-dab/subband.h b/libtoolame-dab/subband.h new file mode 100644 index 0000000..2480019 --- /dev/null +++ b/libtoolame-dab/subband.h @@ -0,0 +1,9 @@ + + +void WindowFilterSubband( short *pBuffer, int ch, double s[SBLIMIT] ); +void create_dct_matrix (double filter[16][32]); + +#ifdef REFERENCECODE +void window_subband (short **buffer, double z[64], int k); +void filter_subband (double z[HAN_SIZE], double s[SBLIMIT]); +#endif -- cgit v1.2.3