h.264视频解码器的dsp实现.doc

约53页DOC格式手机打开展开

h.264视频解码器的dsp实现,h.264视频解码器的dsp实现全文53页 约26000字论述翔实摘要h.264标准是针对需要对运动图像进行高效压缩的应用制定的视频编解码标准。它可以灵活地适应各种网络环境,在数字视频通信和存储领域有着广泛的应用前景。本文实现了基于数字信号处理器tms320dm642的h.264视频解码。通过采用dsp/bios和cs...
编号:10-23777大小:798.50K
分类: 论文>计算机论文

内容介绍

此文档由会员 花季永驻 发布

H.264视频解码器的DSP实现

全文53页 约26000字 论述翔实

摘要
H.264标准是针对需要对运动图像进行高效压缩的应用制定的视频编解码标准。它可以灵活地适应各种网络环境,在数字视频通信和存储领域有着广泛的应用前景。本文实现了基于数字信号处理器TMS320DM642的H.264视频解码。通过采用DSP/BIOS和CSL的API,使算法部分的程序不直接和底层硬件交互。不仅简化了程序的调试,还极大地提高了程序的可复用性,便于系统的集成。


关键词 H.264 视频编解码 数字信号处理器
Abstract
The H.264 standard is developed for various applications which need high compression of moving pictures. It is designed in a flexible manner for a wide variety of network environments so that it can be used in many fields such as digital video communication and digital storage media. In this paper, H.264 decoding is realized on a single TI’s TMS320DM642. By using the APIs of DSP/BIOS and CSL, the algorithms program does not directly interface with hardware, which not only simplifies the debugging process, but also improves the reusability of the program, and thus improves the system integrating process.


Keywords  H.264, video coding and decoding, DSP
目录
摘要 I
Abstract II
第1章 绪论 1
1.1 H.26x视频编码标准的发展 1
1.2 DSP系统开发简介 2
1.3 课题的意义 3
1.4 论文工作概述 4
1.5 论文的内容安排 4
第2章 H.264视频编解码 5
2.1 人眼的视觉特性 5
2.1.1 视觉的空间性质和时间性质 5
2.1.2 视觉冗余度的压缩 6
2.2 图像信息压缩的基本原理 6
2.2.1 图像的信息量和冗余 6
2.2.2 图像信号的采样和量化 7
2.2.3 预测编码、变换编码和熵编码 8
2.3 H.264视频编码的主要特性 10
2.3.1 帧间预测和运动补偿 11
2.3.2 帧内预测 13
2.3.3 图像变换 16
2.3.4 去块效应滤波器 17
2.3.5 熵编码 18
2.3.6 帧和像条 19
第3章 DSP软件开发方式 20
3.1 TMS320 DM642简介 20
3.2 DSP软件开发方式 21
3.2.1 DSP开发方式的框架 21
3.2.2 DSP软件实现的过程 22
3.3 DSP/BIOS简介 25
3.3.1 实时操作系统简介 25
3.3.2 实时内核DSP/BIOS 26
3.4 TMS320 DSP算法标准简介 29
第4章 DSP系统的实现 32
4.1 系统的硬件实现 32
4.1.1 DM642 EVM简介 32
4.1.2 硬件系统配置 33
4.2 系统的软件实现 35
4.2.1 软件实现的流程 35
4.2.2 H.264参考软件JM简介 35
4.2.3 程序向DSP平台的移植 37
4.2.4 视频显示的实现 44
4.2.5 程序性能的优化 45
结论 47
参考文献 49
致谢 50

部分参考文献

6 Texas Instruments,《TMS320DM642 Video/Imaging Fixed-Point Digital Signal Processor》,2002
7 Texas Instruments,《TMS320C6000 DSP/BIOS Application Programming Interface (API) Reference Guide》,2003
8 Texas Instruments,《TMS320C6000 Chip Support Library API Reference Guide》,2004
9 Texas Instruments,《TMS320 DSP Algorithm Standard Rules and Guidelines》,2002