Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
6670 Discussions

ippiResizeLinear_8u_C1R reads past the end of the source buffer

Beese__Erin
Beginner
265 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
265 Views

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

Beese__Erin
Beginner
265 Views

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

Reply