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

where found the definition of IppiDecodeHuffmanSpec struct ?

Alex_B_5
Beginner
222 Views
Hi, i'm currently in a software porting activitie which constist to rewrite some ipp fonction (only use in the ipp mjpeg decoder sample) with C code to be able to distribute our software on the older IBP/PowerPC based Apple Plateform.

but, some structure are hidden like IppiDecodeHuffmanSpec and IppiDecodeHuffmanState also call DecodeHuffmanSpec and DecodeHuffmanState has their short name in ippj.h.

i'm very interrested by their declaration which is not in ippj.h.

any help would be appreciate...

Alex
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
222 Views

Hello Alex,

they are hidden to avoid dependance on possible different implementation on different Intel platforms. The same approach can fit your needs, isn't it? If you will implementAPI with similar functionality you are able to place into that hidden structures everything you need.

Regards,
Vladimir

0 Kudos
Reply