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.
6669 Discussions

Does IPP make use of the GPU for H.264 decompression?

markiemooster
Beginner
167 Views
I'm developing an application to decode H.264 video, can anybody tell me if the graphics card is used in any way to decompress the video?

To clarify, I don't mean for displaying the video, just the decompression offrames from H.264 to RGB or YUV.

I'm just trying to determine whether a faster graphics card could aid the decompression process.

Thanks in advance.
0 Kudos
3 Replies
Vladimir_Dudnik
Employee
167 Views
Hello,

I would recommend you to take a look at Intel Media SDK which is dedicated APIto accesshardware assistantance for media codecs.

Regards,
Vladimir
PaulF_IntelCorp
Employee
167 Views

The IPP library does not take advantage of any GPUs, only the CPU and SIMD (SSE) instructions. Video solutions based on the IPP library are pure software solutions only.

markiemooster
Beginner
168 Views
Thanks Paul. That's exactly the information I needed.
Reply