Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Dose support HIGH10 profile for H264 encoder?

danielwang1971
Beginner
427 Views

Hello,

Can you tell me if IPP H264 encoder support HIGH10 profile ?
If so , the source image should be 10bit YUV or just 8bit?

Best regards,

Daniel wang

0 Kudos
1 Reply
Gennady_F_Intel
Moderator
427 Views
yes, HICH10 profile supprted by H264 encoder and the source image may be in 10 bits.
Please refer to the UMC Reference Manual:
UMC::H264EncoderParams class members:
profile_idc(77). profile_idc value according to the standard. Make sure that the other
encoding parameters are set in accordance with the profile setting. Supported profiles are
as follows: 66 - Baseline, 77 Main, 100 High, 110 High10, 122 High422, 144
High444 (for lossless mode only).
bit_depth_chroma(8). Size of a chrominance component sample in bits. Possible values arefrom 8 up to 14. Values more than 8 are possible starting from High10 profile.
--Gennady
0 Kudos
Reply