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

is ippiMalloc_32s_C1(W,H,Address(StepBytes)) similar as bitcount 32 and planes = 1

mh_de_ruiter
Beginner
1,020 Views
Hi,
do i allocate the same kind of memory structure for..
ippiMalloc_32s_C1_Return = ippiMalloc_32s_C1(W,H,Address(StepBytes))
compared with
This_BIH.This_BIHSize = Size(This_BIH)
This_BIH.This_BIHWidth = W
This_BIH.This_BIHHeight = H
This_BIH.This_BIHPlanes = 1
This_BIH.This_BIHBitCount = 32
This_BIH.This_BIHCompression = 0
This_BIH.This_BIHSizeImage = 0
This_BIH.This_BIHXPelsPerMeter = 0
This_BIH.This_BIHYPelsPerMeter = 0
This_BIH.This_BIHClrUsed = 0
or is C3 the same as a 32 bits or a AC3 ? (with alpha)
or does ippi just create a whole 32 bits for 1 color of each pixel ?
Menno
0 Kudos
2 Replies
Vladimir_Dudnik
Employee
1,020 Views
HI,
Pleasetake a look on IPP samples (I recommend you to take a look on ippiSample and JPEGView), some of them work with BMP files, so you probably will find answers on your question.
Regards,
Vladimir
0 Kudos
mh_de_ruiter
Beginner
1,020 Views
Hi,
I am not using visual studio, but clarion,
that is why i ask this in this forum, :-)
thanks,
Menno
0 Kudos
Reply