- Timestamp:
- Jun 17, 2014, 5:58:38 AM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140610
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppStack/src/ppStackCombineFinal.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140610
- Property svn:mergeinfo changed
/trunk (added) merged: 36846-36871,36874,36879,36882
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20140610/ppStack/src/ppStackCombineFinal.c
r36717 r36884 44 44 45 45 bool ppStackCombineFinal(ppStackThreadData *stack, psArray *covariances, ppStackOptions *options, 46 pmConfig *config, bool safe, bool normalise, bool grow )46 pmConfig *config, bool safe, bool normalise, bool grow, bool bscaleoffset) 47 47 { 48 48 psAssert(stack, "Require stack"); … … 107 107 PS_ARRAY_ADD_SCALAR(job->args, safe, PS_TYPE_U8); 108 108 PS_ARRAY_ADD_SCALAR(job->args, normalise, PS_TYPE_U8); 109 PS_ARRAY_ADD_SCALAR(job->args, bscaleoffset, PS_TYPE_U8); 109 110 if (!psThreadJobAddPending(job)) { 110 111 psFree(reject);
Note:
See TracChangeset
for help on using the changeset viewer.
