Changeset 28499 for branches/pap/psModules
- Timestamp:
- Jun 24, 2010, 10:11:53 PM (16 years ago)
- Location:
- branches/pap/psModules/src/extras
- Files:
-
- 2 edited
-
ippStages.c (modified) (1 diff)
-
ippStages.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/psModules/src/extras/ippStages.c
r24881 r28499 15 15 } else if (!strcmp(stageString, "chip")) { 16 16 return IPP_STAGE_CHIP; 17 } else if (!strcmp(stageString, "chip_bg")) { 18 return IPP_STAGE_CHIP_BG; 17 19 } else if (!strcmp(stageString, "camera")) { 18 20 return IPP_STAGE_CAMERA; 19 21 } else if (!strcmp(stageString, "warp")) { 20 22 return IPP_STAGE_WARP; 23 } else if (!strcmp(stageString, "warp_bg")) { 24 return IPP_STAGE_WARP_BG; 21 25 } else if (!strcmp(stageString, "fake")) { 22 26 return IPP_STAGE_FAKE; -
branches/pap/psModules/src/extras/ippStages.h
r27750 r28499 13 13 IPP_STAGE_RAW = 0, 14 14 IPP_STAGE_CHIP, 15 IPP_STAGE_CHIP_BG, 15 16 IPP_STAGE_CAMERA, 16 17 IPP_STAGE_FAKE, 17 18 IPP_STAGE_WARP, 19 IPP_STAGE_WARP_BG, 18 20 IPP_STAGE_DIFF, 19 21 IPP_STAGE_STACK,
Note:
See TracChangeset
for help on using the changeset viewer.
