Changeset 310
- Timestamp:
- 01/13/07 21:44:26 (2 years ago)
- Files:
-
- trunk/lib/jpeg-6b/jmorecfg.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/jpeg-6b/jmorecfg.h
r199 r310 262 262 263 263 #define DCT_ISLOW_SUPPORTED /* slow but accurate integer algorithm */ 264 # defineDCT_IFAST_SUPPORTED /* faster, less accurate integer method */264 #undef DCT_IFAST_SUPPORTED /* faster, less accurate integer method */ 265 265 #undef DCT_FLOAT_SUPPORTED /* floating-point: accurate, fast on fast HW */ 266 267 #define JDCT_FASTEST JDCT_ISLOW 266 268 267 269 /* Encoder capability options: */
