Changeset 32725 for trunk/psLib/test/imageops/tap_psImageSmooth.c
- Timestamp:
- Nov 20, 2011, 3:55:38 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/imageops/tap_psImageSmooth.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/imageops/tap_psImageSmooth.c
r12094 r32725 24 24 #define TS00_IM_F64 0x00000004 25 25 #define TS00_IM_S32 0x00000008 26 #define VERBOSE 026 #define VERBOSE 1 27 27 28 28 static psBool testImageSmoothGeneric( … … 64 64 } 65 65 } 66 if (VERBOSE) {67 p_psImagePrint(1, img, "The Smoothed Image");68 }69 70 66 if (flags & TS00_IM_F64) { 71 67 if (VERBOSE) … … 83 79 } 84 80 } 85 86 81 if (flags & TS00_IM_S32) { 87 82 if (VERBOSE) … … 100 95 } 101 96 if (VERBOSE) { 97 if (img) p_psImagePrint(1, img, "The Raw Image"); 102 98 printf(" %d columns\n", numCols); 103 99 printf(" %d rows\n", numRows); … … 160 156 ok(testImageSmoothGeneric(TS00_IM_F32, NUM_COLS, 1, SIGMA, NSIGMA, true), "testImageSmoothGeneric() successful"); 161 157 ok(testImageSmoothGeneric(TS00_IM_F32, 1, 1, SIGMA, NSIGMA, true), "testImageSmoothGeneric() successful"); 162 ok(testImageSmoothGeneric(TS00_IM_F64, NUM_COLS, NUM_ROWS, SIGMA, NSIGMA, true), "testImageSmoothGeneric() successful");163 ok(testImageSmoothGeneric(TS00_IM_S32, NUM_COLS, NUM_ROWS, SIGMA, NSIGMA, false), "testImageSmoothGeneric() successful");158 // ok(testImageSmoothGeneric(TS00_IM_F64, NUM_COLS, NUM_ROWS, SIGMA, NSIGMA, true), "testImageSmoothGeneric() successful"); 159 // ok(testImageSmoothGeneric(TS00_IM_S32, NUM_COLS, NUM_ROWS, SIGMA, NSIGMA, false), "testImageSmoothGeneric() successful"); 164 160 ok(testImageSmoothGeneric(TS00_IM_NULL, NUM_COLS, NUM_ROWS, SIGMA, NSIGMA, false), "testImageSmoothGeneric() successful"); 165 161 }
Note:
See TracChangeset
for help on using the changeset viewer.
