• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2011, Vol. 33 ›› Issue (8): 148-153.

• 论文 • 上一篇    下一篇

高清H.264变换编码的流式实现

苏华友,伍楠,文梅,任巨,吴伟,张春元   

  1. (国防科学技术大学计算机学院,湖南 长沙 410073)
  • 收稿日期:2009-07-09 修回日期:2009-10-21 出版日期:2011-08-25 发布日期:2011-08-25
  • 作者简介:苏华友(1985),男,广西灵川人,博士生,研究方向为高性能微处理器体系结构和并行程序设计。伍楠(1981),男,四川成都人,博士,讲师,研究方向为高性能微处理器体系结构、并行处理技术和嵌入式系统。文梅(1975),女,湖南常德人,博士,副教授,研究方向为高性能微处理器体系结构、并行处理技术和嵌入式系统。任巨(1980),男,辽宁沈阳人,博士,助理研究员,研究方向为高性能微处理器体系结构和并行处理。吴伟(1984),男,福建福州人,硕士,研究方向为高性能微处理器体系结构和并行程序设计。
  • 基金资助:

    国家自然科学基金资助项目(60673148,60703073);国家863计划资助项目(2007AA01Z286)

A Stream Implementation of Transform Encoding in HD H.264

SU Huayou,WU Nan,WEN Mei,REN Ju,WU Wei,ZHANG Chunyuan   

  1. (School of Computer Science,National University of Defense Technology,Changsha 410073,China)
  • Received:2009-07-09 Revised:2009-10-21 Online:2011-08-25 Published:2011-08-25

摘要:

H.264作为新一代视频编码标准,具有很好的性能,但计算复杂度比较高。Storm处理器是一款面向媒体应用和信号处理的高效能流处理器,在媒体处理方面具有很好的应用前景。针对H.264对计算性能的要求,本文给出了高清H.264(1080P)变换编码在StormSP16 G160流处理器上的流式实现。本文根据不同算法的数据流特征,结合具体的流化过程详细介绍了并行粒度选择以及数据流组织、规范化处理等流化技术。实验结果表明:编码的流式实现具有很好的性能,按照此编码效率加速整个程序可满足实时要求。提供了一种不同于硬件加速的程序加速方法,对其他媒体应用在流处理器上的映射具有很大的借鉴意义。

关键词: 流处理器, H.264视频编码, 变换编码, 流体系结构

Abstract:

As a new coding standard, H264 achieves good performance, but that makes it more complicated. Storm is one of the highperformance stream processors aiming at media application and signal processing, and it has a good prospect in media processing. In order to match the requirements of the computing performance of H.264, this paper presents a stream implementation of transform encoding in H.264 (1080P) on the StormSP16 G160 stream processor. Combining different features of dataflow with a specific process of streaming, the stream technologies are explicated in detail, such as choosing the parallel particles, organization of data flow, and standardization. Experimental results show that stream implementation achieves high performance, and it satisfies  the requirements of realtime encoding by accelerating the whole program according to this encoding efficiency. This implementation not only provides a reference for streaming other applications, but also presents a new way to accelerate programs.

Key words: stream processor;H.264 video coding;transform encoding;stream architecture