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

计算机工程 ›› 2014, Vol. 40 ›› Issue (12): 272-276. doi: 10.3969/j.issn.1000-3428.2014.12.051

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

基于纹理四叉树的快速HEVC帧内编码算法

李晓波,彭宗举,陈芬   

  1. 宁波大学信息科学与工程学院,浙江 宁波 315211
  • 收稿日期:2013-12-04 修回日期:2014-02-17 出版日期:2014-12-15 发布日期:2015-01-16
  • 作者简介:李晓波(1989-),男,硕士,主研方向:视频编码,图像处理;彭宗举,副教授、博士;陈 芬,副教授、硕士。
  • 基金资助:
    国家自然科学基金资助项目(61171163);宁波市自然科学基金资助项目(2012A610041);新一代移动互联网用户端软件科技创新团队基金资助项目(2010R50009)

Fast Intra Coding Algorithm of HEVC Based on Texture Quadtree

LI Xiaobo,PENG Zongju,CHEN Fen   

  1. College of Information Science and Engineering,Ningbo University,Ningbo 315211,China
  • Received:2013-12-04 Revised:2014-02-17 Online:2014-12-15 Published:2015-01-16

摘要: 针对高效视频编码(HEVC)中编码单元(CU)进行四叉树递归遍历时间较长的问题,提出一种基于纹理四叉树的快速HEVC帧内编码算法。采用Sobel算子对当前视频图像提取边缘,利用最大类间方差法剔除弱边缘并保留强边缘。通过递归方式对边缘图中的每个64×64单元建立纹理四叉树,使用视频图像的纹理四叉树结构对CU最优分割组合进行预测。对于不同大小的分割单元,无需完全递归遍历所有的CU深度,从而缩小CU搜索范围,节省编码时间。实验结果表明,与HEVC标准算法相比,该算法亮度分量的码率平均增加了0.50%,信噪比和编码时间分别减少了0.03 dB和28.70%。

关键词: 高效视频编码, 帧内预测, 快速编码, 纹理四叉树, 边缘提取, 编码单元深度

Abstract: Aiming at high computing complexity of recursive quadtree partitioning of a large Coding Unit(CU) in High Efficiency Video Coding(HEVC),a fast intra coding algorithm of HEVC based on texture quadtree is proposed in this paper.The edges of the whole frame are extracted by Sobel operator.The weak edges are removed and the edge map is formed using maximum between-cluster variance method.Then,the texture quadtree is recursively built for each 64×64 of edge map.The texture quad-tree is applied to predict the CU partition combination.For different partition size,full searching all CU depth is avoided.Hence,CU search range is narrowed and the encoding time is reduced.Experimental result shows that the proposed algorithm saves 28.70% of the encoding time on average,while it only leads to increase 0.50% Bjontegaard Delta Bit Rate(BDBR) and decrease 0.03 dB Bjontegaard Delta Peak Signal-to-Noise Ratio(BDPSNR) for luminance component.

Key words: High Efficiency Video Coding(HEVC), intra prediction, fast coding, texture quadtree, edge extraction, Coding Unit(CU) depth

中图分类号: