Blame DEFINES

Packit 47f805
$Id: DEFINES,v 1.23 2003/02/07 18:17:41 bouvigne Exp $
Packit 47f805
Packit 47f805
USE_FAST_LOG:
Packit 47f805
 - use of log/log10 approximation (uses IEEE754 float format)
Packit 47f805
   (absolute precision of log10 is then around 1e-6)
Packit 47f805
Packit 47f805
KLEMM_36:
Packit 47f805
 - portability fixes in the IO code
Packit 47f805
Packit 47f805
NON_LINEAR_PSYMODEL
Packit 47f805
 - use a non linear psymodel in the GPSYCHO case
Packit 47f805
Packit 47f805
USE_GOGO_SUBBAND:
Packit 47f805
 ?
Packit 47f805
Packit 47f805
NOTABLES (default):
Packit 47f805
 ?
Packit 47f805
Packit 47f805
NEWS3:
Packit 47f805
 ?
Packit 47f805
Packit 47f805
NORES_TEST (allways on):
Packit 47f805
 - don't let the 2nd granule use bits saved by the 1st granule
Packit 47f805
 - useful for testing only
Packit 47f805
Packit 47f805
NEW_DRAIN (theres a define above: NEW_DRAINXX):
Packit 47f805
 ?
Packit 47f805
 comment:
Packit 47f805
   mdb_bytes = x/8; m ?= n ?= o ?= 8* mdb_bytes; p ?= mdb_bytes
Packit 47f805
   ( ? == [+-] )
Packit 47f805
   - optimization should handle this, but it looks ugly
Packit 47f805
   - do we lose precision here?
Packit 47f805
Packit 47f805
LAME_STD_PRINT:
Packit 47f805
 - more verbose output?
Packit 47f805
Packit 47f805
PRECOMPUTE (always on, multiple defines):
Packit 47f805
 - precomputes blackman window?
Packit 47f805
Packit 47f805
USE_GNUC_ASM:
Packit 47f805
 - speed optimization
Packit 47f805
   (should move into configure.in)
Packit 47f805
Packit 47f805
... alot of #if 0 / #if 1 not evaluated ...
Packit 47f805