Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

ippiDCTFwdInitAlloc_32f deprecation question

pvonkaenel
New Contributor III
809 Views

Hi,

I've started going through the deprecated IPP routines which I use and am working on finding replacements for them.  I've noticed that  ippiDCTFwdInitAlloc_32f (along with the free) have been marked deprecated, but  ippiDCTFwdGetBufSize_32f and  ippiDCTFwd_32f_C1R (which use the allocated  IppiDCTFwdSpec_32f) have not been.  Is this an oversight, or is there a way to use ippiDCTFwd_32f_C1R without ippiDCTFwdInitAlloc_32f ?

Thanks,

Peter

0 Kudos
1 Solution
Igor_A_Intel
Employee
809 Views

Hi Peter,

we are going to deprecate and then remove all IPP functions with internal memory allocations. In any case DCTInitAlloc will not be removed until it get corresponding substitutor - DCTInit with external memory buffer as a parameter.

regards, Igor

View solution in original post

0 Kudos
2 Replies
Igor_A_Intel
Employee
810 Views

Hi Peter,

we are going to deprecate and then remove all IPP functions with internal memory allocations. In any case DCTInitAlloc will not be removed until it get corresponding substitutor - DCTInit with external memory buffer as a parameter.

regards, Igor

0 Kudos
pvonkaenel
New Contributor III
809 Views

Hi Igor,

That's good to hear.

Thanks,

Peter

0 Kudos
Reply