作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2006, Vol. 32 ›› Issue (7): 224-226.

• 多媒体技术及应用 • 上一篇    下一篇

超线程技术以及 H.264 编码器中的并行运算分析

王晗,林 涛   

  1. 同济大学超大规模集成电路研究所,上海 200092
  • 出版日期:2006-04-05 发布日期:2006-04-05

HTT and Parallel Algorithms of H.264 Video Encoder

WANG Han, LIN Tao   

  1. Institute of Very Large Scale Integration, Tongji University, Shanghai 200092
  • Online:2006-04-05 Published:2006-04-05

摘要: 根据H.264 这一新的视频压缩标准的特点,利用Intel 的超线程技术以及OpenMp,可以使软件编码器进行线程级的并行运算,从而大大提高编码速度。该文对超线程技术、OpenMp 以及编码过程中不同级别的并行运算进行了分析。证明了利用OpenMP 对H.264 编码器进行并行处理优化,再加上具有超线程技术的处理器的支持,必将会大大提高编码器的性能。

关键词: H.264;视频编码;超线程;OpenMp;并行

Abstract: According to characters of the H.264 video encoder, this paper analyses frame-level, slice-level and block-level parallel algorithms, and also introduces the Intel hyper-threading technology and OpenMp. It proves that the performance of the encoder can be greatly improved by using OpenMP to optimize parallel process of H.264 encoder, and by the support of hyper threading processor

Key words: H.264; Video encoder; HTT; OpenMp; Parallel