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

DMIP image creation warning

Goran_N
Beginner
314 Views
When I create a DMIP image with these parameters:
DMIP::Image * tmpImage = new DMIP::Image(ipp8u, ippC1, roi);
Where roi = {width=8505 height=32 }

I get this in the trace:
Image 003F85E8 is being created with not good for DMIP buffer.

Can you tell me what does this mean, and why do I get this message.
Thanks.
0 Kudos
2 Replies
Oliver
Beginner
314 Views

Mee too, I always get this message each time I create an Image. (ipp8u, ippC1 ippC3 or ippC4).
Would we gain performance if we provide DMIP images in the right encoding ? How ?
Regards,
Oliver

0 Kudos
Igor_B_Intel1
Employee
314 Views
Quoting - Oliver

Mee too, I always get this message each time I create an Image. (ipp8u, ippC1 ippC3 or ippC4).
Would we gain performance if we provide DMIP images in the right encoding ? How ?
Regards,
Oliver


Hi,
This is means that image buffer pointer or step value does'n aligned to 32 bytes boundary. Nothing critial.

Igor.
0 Kudos
Reply