欢迎来到天天文库
浏览记录
ID:10941502
大小:841.00 KB
页数:44页
时间:2018-07-09
《流行音频解码的嵌入式移植-毕业论文.doc》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、本科毕业论文(科研训练、毕业设计)题目:流行音频解码的嵌入式移植姓名:学院:软件学院系:软件工程专业:软件工程年级:学号:指导教师(校内):职称:指导教师(校内):职称:指导教师(校外):职称:年月37厦门大学本科毕业论文37厦门大学本科毕业论文流行音频解码的嵌入式移植[摘要]本文以S3C2410作为目标平台,介绍WMA音频解码程序的优化和移植。首先提出项目的背景和目标,接着,介绍系统的软硬件开发平台以及相关开发工具。然后,针对S3C2410目标平台的特性,提出优化WMA解码程序的总体方案。重点阐述通过浮点转定点、空间换时间以及汇编等方案来优化MPlay
2、er中WMA解码程序的详细过程。最后,以图表的形式对优化前后WMA解码速度进行对比,体现出优化的效果,并提出进一步的优化方案。[关键词]WMA解码优化浮点转定点S3C2410MPlayer37厦门大学本科毕业论文TransplantationofpopularaudiodecodertoEmbeddedSystem[Abstract]Inthispaper,wedescribetheoptimizationandtransplantationofWMAaudiodecodertoS3C2410platform.Firstly,wepointouttheb
3、ackgroundandmeaningoftheproject.Insuccession,weintroducethehardwareplatform,softwareplatformandrelatedtoolsaboutthisproject.AccordingtothecharacteristicofS3C2410,webringforwardthetotalmethodstooptimizingWMAdecoder.Then,wedescribethatusingconvertoffloatpointnumbertofixedpointnumbe
4、r;usingspacetosavetimeandusingassemblelanguagetooptimizeWMAdecoderofmplayerindetails.Finally,wecomparetheprimaryWMAdecoderwiththeoptimizedWMAdecoderthroughdiagramsandtables;showingtheoptimizedresultofWMAdecoder.Accordingtotheresult,weintroducetheadvancedoptimizedmethodstooptimize
5、WMAdecoderinMPlayer.[Keywords]optimizingWMAdecoderfloatnumbertofixednumberS3C2410MPlayer37Contents37Contents目录第一章引言11.1项目背景和意义11.2总体设计目标2第二章软硬件开发平台以及开发工具简介32.1硬件平台32.2软件平台62.2.1MPlayer介绍62.2.2mplayer.c中main函数框架62.2.3MPlayer中的WMA解码程序82.2.4GDB+GdbServer远程调试工具9第三章MPlayer的移植以及WMA解码优化
6、方案的提出123.1MPlayer的移植123.2提出WMA解码优化方案13第四章详细优化过程144.1浮点运算转定点运算144.1.1浮点数与定点数144.1.2定点化原理164.1.3关键运算的实现194.1.4定点化WMA解码库224.2空间换时间254.3汇编优化25第五章优化结果32第六章结束语35致谢语36[参考文献]37附录3837ContentsContentsChapter1Preamble11.1TheBackgroundandMeaningofTheProject11.2TotalDesignalObject2Chapter2Sof
7、twarePlatform,HardwarePlatformandRelatedToolsofTheProject32.1HardwarePlatform32.2SoftwarePlatform62.2.1IntroductionofMPlayer62.2.2TheFrameofMainFunctioninmplayer.c62.2.3WMADecoderPrograminMPlayer82.2.4RemoteDebugTool-GDB+GdbServer9Chapter3TransplatationofMPlayerandIntroducingMeth
8、odsofOptimizingWMADecoder123.1Transplata
此文档下载收益归作者所有