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

picnic (JPEG.cpp line 318) code seem to be incorrect (IPP samples 7.0.6.60)

Bell
Beginner
257 Views
imageCn.ColorSpec().DataRange().SetAsRange16u(1 << (image.Precision()-1));

Should be

imageCn.ColorSpec().DataRange().SetAsRange16u((1 << (image.Precision()-1)) - 1);
0 Kudos
3 Replies
Gennady_F_Intel
Moderator
257 Views
yes, it seems you are perfectly right. it should be fixed.
--Gennady
0 Kudos
Gennady_F_Intel
Moderator
257 Views

Hello, please check the latest update 7 ( intel IPP 7.0 Update7) released recently. The problem you reported has been fixed in this update.Please let us know how it works on your side.See here the official announcement of this release.

/Gennady

0 Kudos
Bell
Beginner
257 Views
I'm sure it was fixed. Thanks!!

Bell
0 Kudos
Reply