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

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

markiemooster
Beginner
508 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
508 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
0 Kudos
PaulF_IntelCorp
Employee
508 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.

0 Kudos
markiemooster
Beginner
509 Views
Thanks Paul. That's exactly the information I needed.
0 Kudos
Reply