#include "ximage.h"#include "ximath.h"Defines | |
| #define | RBLOCK 64 |
| #define | dth_NumRows 4 |
| #define | dth_NumCols 4 |
| #define | dth_NumIntensityLevels 2 |
| #define | dth_NumRowsLessOne (dth_NumRows-1) |
| #define | dth_NumColsLessOne (dth_NumCols-1) |
| #define | dth_RowsXCols (dth_NumRows*dth_NumCols) |
| #define | dth_MaxIntensityVal 255 |
| #define | dth_MaxDitherIntensityVal (dth_NumRows*dth_NumCols*(dth_NumIntensityLevels-1)) |
| #define dth_MaxDitherIntensityVal (dth_NumRows*dth_NumCols*(dth_NumIntensityLevels-1)) |
| #define dth_MaxIntensityVal 255 |
| #define dth_NumCols 4 |
| #define dth_NumColsLessOne (dth_NumCols-1) |
| #define dth_NumIntensityLevels 2 |
| #define dth_NumRows 4 |
| #define dth_NumRowsLessOne (dth_NumRows-1) |
| #define dth_RowsXCols (dth_NumRows*dth_NumCols) |
| #define RBLOCK 64 |
1.5.4