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

10-bit video / 20-bit sound

OTorg
New Contributor III
293 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
293 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

0 Kudos
OTorg
New Contributor III
293 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!
0 Kudos
Reply