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

Is there any functions in IPP library to convert 24bit RGB(RGB888) to YUV420?

jameslys
Beginner
416 Views

Can I know that is there any functions in IPP library to convert 24bit RGB (RGB888) to YUV420?

Thank you.

0 Kudos
3 Replies
Gennady_F_Intel
Moderator
416 Views

ippiRGBToYUV420_8u_(....)

see the description into ippcv.h file

--Gennady

0 Kudos
jameslys
Beginner
416 Views
Thank you Gennady.
0 Kudos
Tamer_Assad
Innovator
416 Views

Hi jameslys,

This function would do it for you

"ippiRGBToYCbCr420_8u_C3P3R"

Regards,

Tamer

0 Kudos
Reply