Changeset 12504 for trunk/psModules/src/camera/pmCellSquish.c
- Timestamp:
- Mar 19, 2007, 3:30:45 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmCellSquish.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmCellSquish.c
r12265 r12504 23 23 } 24 24 25 pmShifts *shifts ; // Orthogonal transfer shifts25 pmShifts *shifts = NULL; // Orthogonal transfer shifts 26 26 if (useShifts) { 27 27 bool mdok; // Status of MD lookup … … 40 40 41 41 // First pass to get the bounds, make sure everything is legit. 42 int xMin , xMax, yMin, yMax;// Bounds of the squish42 int xMin = 0, xMax = 0, yMin = 0, yMax = 0; // Bounds of the squish 43 43 bool valid = false; // Do we have a valid readout? 44 int col0 , row0, numCols, numRows;// Window parameters for the readouts44 int col0 = 0, row0 = 0, numCols = 0, numRows = 0;// Window parameters for the readouts 45 45 int xShift = 0, yShift = 0; // Shift due to orthogonal transfer, to be applied 46 46 if (useShifts && shifts->xyRelative) {
Note:
See TracChangeset
for help on using the changeset viewer.
