16-bit bitrev table

This commit is contained in:
Jean-Marc Valin 2010-07-08 21:02:05 -04:00
parent 6c5816ea84
commit 41a5593c95
2 changed files with 3 additions and 3 deletions

View file

@ -37,7 +37,7 @@ struct kiss_fft_state{
#endif
int shift;
int factors[2*MAXFACTORS];
int *bitrev;
celt_int16 *bitrev;
kiss_twiddle_cpx *twiddles;
};