Mapping of computing-intensive tasks in H.264 decoding to a reconfigurable processor

Wei Shaojun
2013-01-01
Abstract:Reconfigurable system is an excellent solution for video decoding,which has shown great advantages in both flexibility and high performance,reaching a satisfactory tradeoff between GPPs(General Purpose Processors) and ASICs.But high-profile 1080p real-time decoding is still a hard work,which contains computing-intensive tasks,such as IDCT(Inverse Discrete Cosine Transform),MC(Motion Compensation),Intra-prediction,deblocking.These tasks take 80% complexity in H.264.This paper gives out a plan to map the tasks on a certain coarse-grade reconfigurable processor,called REMUS,achieving better results than Ganesan and D.Peng’s works.IDCT in a micro-block executes in no more than 192 cycles,intra-prediction 389 cycles,MC 320cycles and deblocking 704 cycles,met the timing requirement of H.264 1080p high profile real-time decoding at 200MHz.
What problem does this paper attempt to address?