aboutsummaryrefslogtreecommitdiffstats
path: root/libtoolame-dab/subband.h
blob: 2480019fdee3c4baf668ad524ac58c05992e74c4 (plain)
1
2
3
4
5
6
7
8
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