基于dsps的mpeg-4视频压缩算法分析与实现-analysis and implementation of mpeg - 4 video compression algorithm based on dsps.docxVIP
- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
基于dsps的mpeg-4视频压缩算法分析与实现-analysis and implementation of mpeg - 4 video compression algorithm based on dsps
独创性声明本人声明所呈交的学位论文是本人在导师指导下进行的研究工作及取得的研究成果。据我所知,除了文中特别加以标注和致谢的地方外,论文中不包含其他人已经发表或撰写过的研究成果,也不包含为获得电子科技大学或其它教育机构的学位或证书而使用过的材料。与我一同工作的同志对本研究所做的任何贡献均已在论文中作了明确的说明并表示谢意。签名:日期:年月日关于论文使用授权的说明本学位论文作者完全了解电子科技大学有关保留、使用学位论文的规定,有权保留并向国家有关部门或机构送交论文的复印件和磁盘,允许论文被查阅和借阅。本人授权电子科技大学可以将学位论文的全部或部分内容编入有关数据库进行检索,可以采用影印、缩印或扫描等复制手段保存、汇编学位论文。(保密的学位论文在解密后应遵守此规定)签名:导师签名:日期:年月日摘要摘要目前,视频压缩编码算法有软件、专用芯片和DSP芯片几种实现方式,其中采用DSP芯片实现是最好的方式。这种方式利用DSP芯片的数字信号处理功能,通过编程来实现视频压缩编码算法,具有压缩比高、图像质量好、算法容易升级的优点。这种方式实现的视频压缩编码算法可以应用于嵌入式系统。本文基本研究任务是探讨如何利用DSP处理器芯片,实现MPEG-4标准的视频压缩编码算法,并对其进行一定的优化,达到实时压缩的要求。文中讨论了MPEG-4视频压缩编码算法的预测编码、离散余弦变换DCT和变长编码VLC等技术。由于运动估计的准确程度与帧间编码的性能和压缩效果密切相关,本文提出在多种快速运动搜索法中采用性能较好的钻石搜索法。针对目前视频压缩编码算法存在的问题,对运动估计模块和量化模块进行了改进。在改进算法中,对视频压缩编码算法的整体流程、I帧编码流程、运动估计流程、P帧编码流程和运动估计等进行了详细的设计。同时,本文对TMS320C6000系列DSPs的VLIW体系结构和硬件资源进行分析。本文采用合理配置存储器、优化高速缓存、利用EDMA传输数据和使用线性汇编改写代码等方法来优化视频压缩编码算法。此外,通过使用DM642的评估板和硬件仿真器,对MPEG-4视频压缩编码算法进行仿真测试。仿真结果表明该算法性能很好,图像质量满足实际应用的需要,能够满足实时MPEG-4视频压缩处理,可以在实际产品中应用。关键词:MPEG-4算法;图像处理;DSP硬件IAbstractAbstractThemodesofrealizingvideocompressionalgorithmsincludesoftware,ASICchipsandDSPchips.ThemodeofadoptingDSPchipstorealizevideocompressionalgorithmsisthebestone.ThemodeutilizesthedigitalsignalprocessingfunctionofDSPchipsandsoftwareprogrammingtorealizevideocompressionalgorithms.Themodehasmanyadvantages,suchashighcompressionratio,goodimagequalityandeasyupdating,etc.Thesealgorithmscanbeappliedtoembeddedsystems.ThebasictaskofthispaperistostudyhowtoutilizeDSPchipstorealizetheMPEG-4videocompressionalgorithmandoptimizethealgorithminsomedegreetomeettherequirementofreal-timevideocompression.ThispaperdiscussesthetechnologiesoftheMPEG-4compressionalgorithm.Thetechnologiesincludepredictivecoding,discretcosinetransformandvariablelengthcoding,etc.Motionestimationaffectstheperformanceofintercodingandcompressioneffect.Sothispaperproposestoadoptdiamondsearchalgorithmwithbetterperformanceinseveralfastmotionsearchalgorithms.Themotionmoduleandthequantizationmoduleareimprovedtoresolvetheirissues.Inthecourseofimprovingtheco
您可能关注的文档
- 基于ccdgps垂线偏差测量理论算法分析-theoretical algorithm analysis of vertical deviation measurement based on ccd gps.docx
- 基于ccd的激光光束研究软件系统的分析-analysis of laser beam research software system based on ccd.docx
- 基于ccd的激光光束研究软件系统——光强分布的测量-laser beam research software system based on ccd —— measurement of light intensity distribution.docx
- 基于cdma2000基站收发信机系统的vxworks bsp设计与实现-design and implementation of vxworks bsp based on cdma 2000 base transceiver system.docx
- 基于cdma的多对象遥控编、解码系统设计-design of multi-object remote control coding and decoding system based on cdma.docx
- 基于cdma2000系统的高速铁路网络规划和优化分析-planning and optimization analysis of high-speed railway network based on cdma 2000 system.docx
- 基于cdma的车辆监控系统终端的分析与实现-analysis and implementation of vehicle monitoring system terminal based on cdma.docx
- 基于cds-pamamgnps膜电化学发光免疫传感器构建及其对毒品超灵敏检测-construction of electrochemiluminescence immunosensor based on cds - pamgnps film and its ultra-sensitive detection of drugs.docx
- 基于cfd的轴流式水轮机增容防蚀改造的分析-analysis of capacity expansion and corrosion prevention reconstruction of axial flow turbine based on cfd.docx
- 基于cfx的潜标系缆涡激振动及其减振分析-vortex - induced vibration and vibration reduction analysis of submarine cables based on cfx.docx
- 基于dspg.729协议优化及实现-optimization and implementation of dspg.729 protocol.docx
- 基于dspvoip语音业务实现调度设计-scheduling design of voip voice service based on dsp.docx
- 基于dsp表面缺陷实时检测系统分析与开发-analysis and development of real-time surface defect detection system base on dsp.docx
- 基于dsp的memes惯性陀螺组件信号处理技术分析-analysis of memes inertial gyro component signal processing technology based on dsp.docx
- 基于dsp的abs和tpms融合技术的分析-analysis of abs and tpms fusion technology based on dsp.docx
- 基于dsp的半导体激光器解耦控制分析-analysis of decoupling control of semiconductor laser based on dsp.docx
- 基于dsp的弹光调制非均匀干涉信号获取及反演算法分析-analysis of acquisition and inversion algorithm of elasto-optic modulated non-uniform interference signal based on dsp.docx
- 基于dsp的电力系统微机继电保护的分析与设计-analysis and design of microcomputer relay protection in power system based on dsp.docx
- 基于dsp的傅里叶红外光谱浓度反演技术分析-analysis of fourier transform infrared spectral density inversion technology based on dsp.docx
- 基于dsp的光伏并网逆变技术的分析-analysis of photovoltaic grid-connected inverter technology based on dsp.docx
文档评论(0)