Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

ippiMalloc* equivalence

adi_shavit
Beginner
396 Views
Hi,

I was wondering if there is any difference between all the different versions of ippiMalloc for a given depth and channel number. For example, is there a difference in the memory allocation (e.g. alignment) between ippiMalloc_8u_C4 and ippiMalloc_8u_AC4, or ippiMalloc_32fc_C3 and ippiMalloc_32fc_P3?

Could I use one instead of the other?
Would there be any ill effects?

Thanks,
Adi
0 Kudos
3 Replies
Vladimir_Dudnik
Employee
396 Views
Hi Adi,
yes, you can use C4 instead of AC4, they are same same and co-exists just for convinence.
Regards,
Vladimir
0 Kudos
adi_shavit
Beginner
396 Views
..and the same goes for the 3 channel versionx (plane vs. pixel) too, right?

Thanks,
Adi
0 Kudos
Vladimir_Dudnik
Employee
395 Views
yes, right
0 Kudos
Reply