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

NV12 <-> RGBA color conversion missing

Ralf_K_
Beginner
1,031 Views

i am missing a color conversion for NV12 to RGBA (or BGRA) and from RGBA(or BGRA) to NV12

NV12 is the native format from Intels Media SDK. I need the conversion due to an issue with the Media SDK

https://software.intel.com/en-us/forums/intel-media-sdk/topic/611394

How can i do the color version from Intels native format with IPP?

Ralf

0 Kudos
1 Solution
Sergey_P_Intel1
Employee
1,031 Views

You can use the hollowing functions.

ippiRGBToYCbCr420_8u_C4P2R (), ippiBGRToYCbCr420_8u_AC4P2R ()

ippiYCbCr420ToRGB_8u_P2C4R, ippiYCbCr420ToBGR_8u_P2C4R

View solution in original post

0 Kudos
2 Replies
Sergey_P_Intel1
Employee
1,032 Views

You can use the hollowing functions.

ippiRGBToYCbCr420_8u_C4P2R (), ippiBGRToYCbCr420_8u_AC4P2R ()

ippiYCbCr420ToRGB_8u_P2C4R, ippiYCbCr420ToBGR_8u_P2C4R

0 Kudos
Ralf_K_
Beginner
1,030 Views

works perfect! Thanks!

Ralf

 

0 Kudos
Reply