Functional modeling techniques for efficient SW code generation of video codec applications

  • Authors:
  • Sang-Il Han;Soo-Ik Chae;Ahmed A. Jerraya

  • Affiliations:
  • Seoul National Univ., Seoul, Korea;Seoul National Univ., Seoul, Korea;SLS Group, TIMA Laboratory, Grenoble, France

  • Venue:
  • ASP-DAC '06 Proceedings of the 2006 Asia and South Pacific Design Automation Conference
  • Year:
  • 2006

Quantified Score

Hi-index 0.01

Visualization

Abstract

Architectures with multiple programmable cores are becoming more attractive for video codec applications because they can provide highly concurrent computation and support multiple video standards and a shorter time-to-market. To find an efficient SW code for the multiple core architecture for a video codec application, it is very important to easily explore the design space by generating a SW code automatically from its functional model.We introduce Abstract Clock Synchronous Model (ACSM) for functional modeling of video codec applications. The ACSM can easily represent both parallelism and conditionals, which are common in video codec applications. By applying ACSM to an H.264 baseline decoder on single core architecture, we reduced the execution time and the number of external memory accesses by 32% and 46% respectively compared to traditional dataflow model.