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

ippiResizeLinear_8u_C1R reads past the end of the source buffer

Beese__Erin
Beginner
439 Views

 

I'm trying to resize an image using ippiResizeLinear_8u_C1R. When I have application verifier enabled, it's telling me that this function is reading past the end of the source buffer. This only seems to occur when the output dimensions are odd. Is this a known issue? I couldn't find any documentation that indicates the dimensions need to be multiples of 2.

Here is the input format/sizes I'm using:

Input: YUV420 610x310

Output YUV420 305x155

Thanks,

Erin

 

0 Kudos
2 Replies
BMart1
New Contributor II
439 Views

Post a method that reproduces the error. 4:2:0 images are even sided, yes.

0 Kudos
Beese__Erin
Beginner
439 Views

After further investigation I think it's an error in my resize setup code.

0 Kudos
Reply