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
Link Copied
You can use the hollowing functions.
ippiRGBToYCbCr420_8u_C4P2R (), ippiBGRToYCbCr420_8u_AC4P2R ()
ippiYCbCr420ToRGB_8u_P2C4R, ippiYCbCr420ToBGR_8u_P2C4R
You can use the hollowing functions.
ippiRGBToYCbCr420_8u_C4P2R (), ippiBGRToYCbCr420_8u_AC4P2R ()
ippiYCbCr420ToRGB_8u_P2C4R, ippiYCbCr420ToBGR_8u_P2C4R
works perfect! Thanks!
Ralf
For more complete information about compiler optimizations, see our Optimization Notice.