Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
6812 ディスカッション

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

Bell
ビギナー
554件の閲覧回数
imageCn.ColorSpec().DataRange().SetAsRange16u(1 << (image.Precision()-1));

Should be

imageCn.ColorSpec().DataRange().SetAsRange16u((1 << (image.Precision()-1)) - 1);
0 件の賞賛
3 返答(返信)
Gennady_F_Intel
モデレーター
554件の閲覧回数
yes, it seems you are perfectly right. it should be fixed.
--Gennady
Gennady_F_Intel
モデレーター
554件の閲覧回数

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

Bell
ビギナー
554件の閲覧回数
I'm sure it was fixed. Thanks!!

Bell
返信