Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

IPP samples bug in uic_jpeg_enc.h

Thomas_Jensen1
Beginner
552 Views

In UIC sample 6.1.4.059, the code in uic_jpeg_enc.h on line 284 seems to be bad:

int GetPredictor(void) { return m_pntTransform; }

I guess it should be:

int GetPredictor(void) { return m_predictor; }

0 Kudos
2 Replies
Vladimir_Dudnik
Employee
552 Views

Thanks Thomas,

this typowas fixed in code branch for the next major version of product (7.0).

Regards,
Vladimir

0 Kudos
Gennady_F_Intel
Moderator
552 Views

Hi Thomas,
This issue has been submitted to our internal development tracking database for further investigation, we will inform you once a new update becomes available.Here is a bug tracking number for your reference: DPD200090957.

0 Kudos
Reply