Changeset 34052 for branches/eam_branches/ipp-20120601/psLib/src/imageops
- Timestamp:
- Jun 22, 2012, 6:52:56 AM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120601/psLib/src/imageops
- Files:
-
- 2 edited
-
psImageInterpolate.c (modified) (2 diffs)
-
psImageStructManip.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/psLib/src/imageops/psImageInterpolate.c
r34045 r34052 997 997 INTERPOLATE_SETUP(x, y); 998 998 xExact = yExact = false; 999 if (xExact && yExact) { /* possible alternative */ } 999 1000 1000 1001 psF32 xKernel[size], yKernel[size]; // Interpolation kernels … … 1046 1047 INTERPOLATE_SETUP(x, y); 1047 1048 xExact = yExact = false; 1049 if (xExact && yExact) { /* possible alternative */ } 1048 1050 1049 1051 psF32 xKernel[size], yKernel[size]; // Interpolation kernels -
branches/eam_branches/ipp-20120601/psLib/src/imageops/psImageStructManip.c
r21347 r34052 212 212 elementSize = PSELEMTYPE_SIZEOF(inDatatype); 213 213 214 if (0) { fprintf (stderr, "%d elements, %d total memory\n", elements, elements * elementsSize); } 215 214 216 output = p_psImageRecycle(file, lineno, func, output, numCols, numRows, type); 215 217 P_PSIMAGE_SET_COL0(output, input->col0);
Note:
See TracChangeset
for help on using the changeset viewer.
