- Timestamp:
- Jun 21, 2012, 6:51:32 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/ppStack/src/ppStackMatch.c
r33426 r34051 460 460 psMetadataItem *item = NULL;// Item from iteration 461 461 while ((item = psMetadataGetAndIncrement(iter))) { 462 assert(item->type == PS_ TYPE_F32);462 assert(item->type == PS_DATA_F32); 463 463 float norm = item->data.F32; // Normalisation 464 464 sum += norm;
Note:
See TracChangeset
for help on using the changeset viewer.
