DEFINES 940 B

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