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.

10-bit video / 20-bit sound

OTorg
New Contributor III
191 Views
Hello!
Could you let me know if 8<->10 bit per sample (RGB,YUV) and 16<->20 bit per sample (PCM)conversion funtions is available in ipp set?
0 Kudos
2 Replies
Ying_H_Intel
Employee
191 Views
Hello,

You may foundsome color conversion function about RGB<->YUV in chapter image color conversion of IPP manual.
But it seems no 10bit per sample and 20bit per samplesupport in ipp set.

Regards,
Ying

OTorg
New Contributor III
191 Views
This is not exactly what I need. I need (for example) to convert generally applicable8-bit 4:2:2 YUV (Y0 Cb0 Y1 Cr0 Y2 Cb1 Y3 Cr1, 8 bit per each value, pixel/planar order) to 10-bit-precision form(the same Y0 Cb0 Y1 Cr0 Y2 Cb1 Y3 Cr1, but 10 bit per each value, pixel order), which is used in SDI signals (http://en.wikipedia.org/wiki/Serial_digital_interface). And vise versa. With dither,ideally:).
Seems that this is a fairly specific task andI have to implement it myself.
Thanks!
Reply