Changeset 13346
- Timestamp:
- 12/15/07 07:53:04 (8 months ago)
- Files:
-
- trunk/gdal/alg/gdalmediancut.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/gdal/alg/gdalmediancut.cpp
r12832 r13346 49 49 #define GMC_B_DEPTH 5 /* # bits/pixel to use */ 50 50 #define GMC_B_LEN (1L<<GMC_B_DEPTH) 51 52 #define C_DEPTH 253 #define C_LEN (1L<<C_DEPTH) /* # cells/color to use */54 51 55 52 #define COLOR_SHIFT (COLOR_DEPTH-GMC_B_DEPTH)
