Parallelizing and Optimizing H.264 on Synchronous Data Triggered Architecture

Liu Cong,Wang Zhiying,Lai Xin,Gan Xinbiao
DOI: https://doi.org/10.1109/ICCSEE.2012.288
2012-01-01
Abstract:Synchronous data triggered architecture (SDTA) is advantaged with high-performance, flexible scalability, low-cost communication between processor elements. With the prevalence of multimedia nowadays, it is significant to parallelize and optimize the implementation of OpenMAX DL's video component with SDTA support. H.264 is the core of the video part. In this paper, we propose several optimization techniques for H.264. There are loop unrolling, primitives and vectorization, dependences elimination, batch processing and revision, computing direction transformation, load/store acceleration. With these techniques, we have parallelized all the H.264 APIs, and two representative APIs gain speedups of 5.6, and 6.5 compared to the original sequential ones. Then we propose addition hardware for clip operations. With this hardware, the test benches reduced execution time by 18%, and 38%, respectively, and the speedups are 6.7, and 10.3. We believe that these techniques are especially beneficial to multimedia applications, even other applications on synchronous data triggered architecture.
What problem does this paper attempt to address?