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

H.264 Decoder some threading issues ?

detlef_stralaudynami
294 Views

I don't know why, but if you initialize to decoder with ((Number of Cores of Die) >>1), or 1,it will work acceptible, otherwise if you choose auto mode (0) it will freeze the hole system.
I set the PREPROCESSOR to "_OPENMP" and working with IPP 7.0.7 and UMC 7.0.7.
I think there are someproblems in general design depending on Threading.

Best Regards

Detlef

0 Kudos
4 Replies
Chao_Y_Intel
Moderator
294 Views

Hello

For the decoder "will freeze the hole system". Does it mean the decoder has a deadlock, or the decode use all of the CPUs? The later one is fine, since the decoder has same numbers with CPU cores.

Thanks,
Chao

0 Kudos
detlef_stralaudynami
294 Views
Hi,
no dead-lock happens.

My development pc has an Intel quad core.
if i use 2 threads the cpu usage is 30 %
if i use 4 threads the cpu usage is growing up to 90% and all cores are used.

i can't beleave that there is about 60 % more CPU usage forusing 2threads more. What happens there ?

Best regards

Detlef
0 Kudos
Steve_Browne
Beginner
294 Views
This sounds like the issue I reported in the following thread:


No solution so far though. I'm glad I'm not the only one that's noticed this.
0 Kudos
Chao_Y_Intel
Moderator
294 Views
Hello,

Thanks Steve for sharing the workaround. For those who are looking at this problem, here is the fix:
http://software.intel.com/en-us/forums/showthread.php?t=105363

Thanks,
Chao
0 Kudos
Reply