Quantcast
Channel: Intel® Software - Intel® Integrated Performance Primitives
Viewing all articles
Browse latest Browse all 1489

ippiReduceBits_32f8u_C1R gives different results

$
0
0

Hi,

the ippiReduceBits_32f8u_C1R gives me different results on different machines:

  Ipp32f input[] = { 0, 0.5, 0.75, 1 };
  Ipp8u output[4];
  Ipp8u buffer[4];
  ippiReduceBits_32f8u_C1R(input, 16, output, 4, { 4, 1 }, 0, ippDitherNone, 255, buffer);

On one machine result is 0, 127, 190, 255

On second machine result is 0, 127, 191, 255

Is this a known bug (IPP Version 9.0)?

Best regards


Viewing all articles
Browse latest Browse all 1489

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>