1 / 59
文档名称:

H.264帧间预测解码的算法研究与电路设计.pdf

格式:pdf   页数:59
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

H.264帧间预测解码的算法研究与电路设计.pdf

上传人:quality 2014/2/18 文件大小:0 KB

下载得到文件列表

H.264帧间预测解码的算法研究与电路设计.pdf

文档介绍

文档介绍:华中科技大学
硕士学位论文

姓名:范苑
申请学位级别:硕士
专业:软件工程
指导教师:邹雪城
20090525
华中科技大学硕士学位论文
摘要
随着数字电视、网络视频流和DVD技术的广泛应用,数字视频压缩技术已成为广
播和娱乐媒体的最基本的组成部分。(Joint Video Team)于2003
年3月发布的新一代视频压缩标准。其具有压缩性能好,低延时,网络适应能力强,
复杂度可分级等等优点。为了实现更高的压缩效率,
技术,如多参考帧预测,树状结构运动补偿,四分之一像素精度运动矢量,整数变换,
基于上下文的熵编码等。这些新技术在提高压缩比的同时也大大增加了编解码的复杂
度。
本论文的主要任务是针对1280×720分辨率的HDTV格式视频,
法中的帧间预测解码部分的算法进行研究,并给出了其电路和实现结果。
本文由帧间解码的流程出发,将帧间解码分为了三个大的部分,分别对其算法和
电路实现方式进行具体介绍。其中,运动矢量解码方式的难点在于相邻块的确定和运
动矢量的存取。而在分像素内插的过程中,由于有大量的数学计算,所以重点在于计
算过程进的优化,和减少关键路径延时。参考像素的存储和提取方式是运动补偿的瓶
颈所在,文中在尽可能的范围内寻找最佳的存取方式,简化参考像素在存储器中的地
址计算。以上的部分均对算法进行了大量分析,给出了电路实现方式和结果。
最后,对帧间解码的电路实现结果进行了简要的分析。

关键词: 视频解码帧间预测运动补偿
I
华中科技大学硕士学位论文
Abstract
With the widespread adoption of technologies such as digital television,
streaming video and DVD-Video, pression has e an ponent
of broadcast and entertainment media. is the new generation of video decoding
standard which was released by the JVT(Joint Video Team) in the year of 2003.
owns the advantages such as good coding performance, low propagation delay, good
applicability to the , complexity divided into several lines, and so on. In the purpose
of gaining higher coding efficiency, used many new coding technologies, such as the
use of more than one reference frames, tree structured pensation,
quarter-sample resolution motion vector, integer transform, context-adaptive entropy
coding, and so on. These new technologies improve the performance of coding, and also
increase plexity of the algorithm.
The main task of this paper is researching the algorithm of the modules of inter-frame
prediction aimed at the video format of HDTV. This paper gives the instructions of the
designs of the circuits which can implement these modules and the circuit result.
Based on the flow of the inter-frame decoding, the paper divides the inter-frame decoding
system into three main parts