MAXCOARSE = 1 << MAXSHIFT;
MAXMASK = -MAXCOARSE;
MAXCEILADD = MAXCOARSE - 1;
if( log10 == null ) {
log10 = new FastLog( 10, 11 );
}
tmpBufSize = fftSize; // Math.max( 4096, MAXCOARSE << 1 );
// XXX generates OutOfMemoryError ; need to use a different approach in the decimation steps
// (should "just" use the maximum per-step decimation, which is 256 in the Session defaults)