- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
int stepMCU2,stepMCU;
Ipp16s* pDstMCU[3];
pDstMCU[0]=ippiMalloc_16s_C1(16,8,&stepMCU2);
pDstMCU[1]=ippiMalloc_16s_C1(8,8,&stepMCU);
Why does 'stepMCU2' and 'stepMCU' both become 32?
I think 'stepMCU' should be 16(8*2=16).
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
According IPP manual, ippMalloc use alignment to 32 byte boundary
Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I see,thanks!!

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page