![]() |
个人信息Personal Information
教授
博士生导师
硕士生导师
性别:男
毕业院校:夏威夷大学
学位:博士
所在单位:信息与通信工程学院
学科:信号与信息处理. 通信与信息系统. 计算机应用技术
办公地点:大连理工大学 创新园大厦 A530
联系方式:Email: cguo@dlut.edu.cn Tel: 15040461863(Mobile phone)
电子邮箱:cguo@dlut.edu.cn
Parallel acceleration of HEVC decoder based on CPU+GPU heterogeneous platform
点击次数:
论文类型:会议论文
发表时间:2017-04-16
发表刊物:7th International Conference on Information Science and Technology, ICIST 2017
收录刊物:Scopus、EI
页面范围:323-330
摘要:The High Efficiency Video Coding (HEVC) standard, as the newest generation video coding standard issued in 2013, significantly improves compression performance relative to existing standards in about 50% bit-rate reduction for equal perceptual video quality with the cost of greatly increasing the computation complexity of the encoder/decoder. In order to improve the decoding efficiency, we design a set of parallel decoding algorithms based on the CPU+GPU heterogeneous platform for the HEVC decoder, in which, the reconstruction processes with high computation complexity, including the inverse quantization (IQ), the inverse discrete cosine transformation (IDCT), the intra/inter decoder, the de-blocking filter (DF), and the sample adaptive offset (SAO), are processed by GPU in parallel, while the network abstract layer (NAL) bit stream parsing and the CABAC bit stream decoding are processed by CPU using serial algorithms on account that they are not suitable for parallel implementation due to their internally contextual relevance. We implement the parallel algorithms by using the compute unified device architecture (CUDA) and test them with various video sequences. The experimental results show that our method can achieve a significant improvement on the computation efficiency for the whole decoding processes and can achieve real-Time decoding with more than 39 frames per second for HD videos. ? 2017 IEEE.