- 1、本文档共37页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
基于ARM9嵌入式视频播放的设计与实现
基于ARM9嵌入式视频播放的设计与实现
姓 名
系 别、 专 业
导 师 姓 名、职 称
完 成 时 间 目 录
摘要 I
ABSTRACT II
1 绪论 1
1.1 论文研究的背景 1
1.2 国内外动态 3
1.3 研究的主要内容 4
2 嵌入式系统介绍 5
2.1 Linux的特点: 5
2.2 ARM9的简介 6
2.3 MPEG-4基本介简介 7
2.4 MPEG-4视频编码核心思想及关键技术 9
2.5 MPEG-4解码器的软件实现 11
3 系统总体结构 12
3.1 总体结构综述 12
3.2 Linux系统 12
3.3 MPlayer简介 13
3.4 ARM9开发板介绍 14
4 系统具体实现 16
4.1 编译环境 16
4.2 下载安装MPLAYER 19
4.3 测试与运行 22
4.4 设计心得 23
5 总结 24
参考文献 25
致谢 26
附录 27
摘 要
在详细研究MPEG-4 SP视频解码的算法原理和标准的基础上,分析总结出未经优化的软件在ARM9处理器上的性能瓶颈和优化思路;然后结合ARM9系列处理器架构的特点,对程序的整体结构及各个功能模块展开优化,尽可能地提高处理器效率;最后在实际的硬件平台MINI2440上实现了一个简单的MPEG-4视频回放系统。尽管实验使用的ARM平台性能较低,但经过视频解码核和播放系统的全面优化实现后,基于ARM的MPEG-4视频播放系统仍然达到了较高的系统性能和播放速度,具有一定的应用价值,为嵌入式MPEG-4媒体播放器的产品开发奠定了基础。
关键词:MPEG-4;视频解码播放系统;MINI2440;ARM
ABSTRACT
On the basis of understanding the theories and standards of MPEG-4 VideoSimple Profile, this thesis analyses the bottleneck on the non-optimized decodersoftware on ARM9 platform and summarizes the aspects that need optimizing. Thencombined with the architechture of ARM processor, MPEG-4 video decoder softwareis optimized to improve the efficiency of the CPU. The optimization work focus onthe overall structure and various functional modues. In the last part, theimplementation of a simple MPEG-4 video real-time playback system on MINI2440 platform is discussed. The test results show that the QCIFs with various motioncomplexities can be displayed smoothly after the decoder core and the playbacksystem being fully optimized. Although the hardware performance of theexperimental ARM platform is limited, ARM-based MPEG-4 Video Player Systempresents reasonably high system performance and playing speed after fulloptimization of both video decoding core and player system, which is a solidfoundation for further product implementation of Embedded MPEG-4 Media Player.
Key Words: MPEG-4;Video
文档评论(0)