File: subband.h

package info (click to toggle)
toolame 02l-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 700 kB
  • ctags: 545
  • sloc: ansic: 10,298; makefile: 96
file content (9 lines) | stat: -rw-r--r-- 271 bytes parent folder | download | duplicates (4)
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