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

ippsDecodeLZ77DynamicHuff_8u doesn't like insize of 17

DF
ビギナー
505件の閲覧回数
Hi,

I was testing out some of the data compression options and caught on how to get it to compress data then be able to uncompress it. However, on another test it (subject function) kept giving error 32 about the source buffer less than expected. In this case it was 17 (saved from when 8 bytes were asked to be encoded with flushfinish - same flushfinish used for the decode), just on a hunch, I added an if inputsize==17 then inputsize++. Then it was happy. Other odd (inputsize & 1) values that came through were much larger and it didn't complain. Using the latest IPP version 7 I downloaded last night. Looks like it's using the w7_ version of things interally.

Is this a known issue or bug? I didn't read anything about having to have the data aligned or even number of bytes, etc..?

Thanks.
0 件の賞賛
2 返答(返信)
Chao_Y_Intel
モデレーター
505件の閲覧回数

Hello,

I search in the database. I do no find any report on this problem. Could you provide on test code that could show this problem? I will help to find the problem more quickly.

Thanks,
Chao

Chao_Y_Intel
モデレーター
505件の閲覧回数
Hello,

How does it work for you now?

Thanks,
Chao
返信