Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
6815 Discussions

A possible bug in IPP function which convert YCbCr411 to RGB values

Daniel_T_2
Beginner
1,118 Views

Hi, 

I think there is a bug in IPP function "ippiYCbCr411ToBGR_8u_P3C4R" when it converts saturated YCbCr 411 values to RGB values. When an image is saturated, its YCbCr values are Y=235, Cb=128, and Cr=128. In this case, after conversionis done, the RGB values are all 254, instead of 255.

I am using IPP 7.0.6.278

I attached my sample codes, and the output of my sample codes are shown as below:

dst[ 0]=254
dst[ 1]=254
dst[ 2]=254
dst[ 3]=0
dst[ 4]=254
dst[ 5]=254
dst[ 6]=254
dst[ 7]=0
dst[ 8]=254
dst[ 9]=254
dst[10]=254
dst[11]=0
dst[12]=254
dst[13]=254
dst[14]=254
dst[15]=0

Does anyone else ever encounter the same issue?

0 Kudos
5 Replies
Gennady_F_Intel
Moderator
1,118 Views
thanks, we will check the problem on our side.
0 Kudos
Gennady_F_Intel
Moderator
1,118 Views
yes, this is the issue with color conversion function. the problem is escalated. i will give you know when the problem would be fixed.
0 Kudos
Gennady_F_Intel
Moderator
1,118 Views
here is the number of this issue for tracking - DPD200305775
0 Kudos
Gennady_F_Intel
Moderator
1,118 Views

hello, the problem has been fixed in IPP 8.0 released the last week. 

0 Kudos
Daniel_T_2
Beginner
1,118 Views

Thank you for the update.

0 Kudos
Reply