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

UMC MPEG4 without deblocking?

coooper
Beginner
456 Views

Hi

I have download the intel IPP demoand very intertesting on the video coding,after serveral days working I have one question. I can find image postprocessing such asdeblockingin H.264 decoder sourcebutno such procedurein MPEG4 source,there have postprocessingwith MPEG4 decoder or not?

ThankYou !

0 Kudos
1 Reply
Vladimir_Dudnik
Employee
456 Views

Hello,

we have IPP primitive functions to do MPEG4 specific deblocking, but they were not integrated into media sample yet.

ippiFilterDeblocking8x8HorEdge_MPEG4_8u_C1IR
ippiFilterDeblocking8x8VerEdge_MPEG4_8u_C1IR
ippiFilterDeringingThreshold_MPEG4_8u_P3R
ippiFilterDeringingSmooth8x8_MPEG4_8u_C1R

It is possible for you to do such integration by yourself.

Regards,
Vladimir

0 Kudos
Reply