Highly optimized implementation of HEVC decoder for general processors

Shengbin Meng,Yizhou Duan,Jun Sun,Zongming Guo
DOI: https://doi.org/10.1109/MMSP.2014.6958819
2014-01-01
Abstract:In this paper, we propose a novel design and optimized implementation of the HEVC decoder. First, a novel decoder prototype with refined decoding workflow and efficient memory management is designed. Then on this basis, a series of single-instruction-multiple-data (SIMD) based algorithms are used to speed up several time-consuming modules in HEVC decoding. Finally, a frame-based parallel framework is applied to exploit the multi-threading technology on multicore processors. With the highly optimized HEVC decoder, decoding speed of 246fps on Intel i7-2400 3.4GHz quad-core processor for 1080p videos and 52fps on ARM Cortex-A9 1.2GHz dual-core processor for 720p videos can be achieved in our experiments.
What problem does this paper attempt to address?