基于cuda平台的h.264视频编码器研究设计-research and design of h 264 video encoder based on cuda platform.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文档。上传文档
查看更多
基于cuda平台的h.264视频编码器研究设计-research and design of h 264 video encoder based on cuda platform
摘要H.264/AVC 是当前国际上最先进的视频编码标准,通过采用新的编码技术获得了更高的编 码效率与更好的图像质量。但是这些新技术在提高编码效率的同时也带来了更高的计算消耗以 及对系统内存带宽的需求。由于运算复杂度的增加,使用目前的硬件平台已经很难实现高清视 频的实时编码。另一方面,近年来图形处理器(GPU)的处理速度正在以超过摩尔定律的速度发 展,而且能够加速处理一些非图形领域的应用问题。CUDA、OpenCL 等编程模型的出现使得基 于 GPU 的通用应用开发变得更加简单灵活。目前 GPU 已经在天文学、流体力学、电磁仿真、 信号处理、视频压缩等领域获得广泛的应用,并取得了丰硕的成果。本文通过对 CUDA 编程模型以及 H.264 视频编码框架的研究,提出了一种基于 CUDA 的 H.264 并行编码器实现方案。该方案中 CPU 负责编码参数的初始化、视频文件的读写、CPU 与 GPU 之间的数据交互以及对 GPU 的调度和控制。GPU 负责编码过程中帧间预测、帧内预测、 变换与量化、熵编码与去块滤波等具体计算任务的执行。通过合理的任务分配,充分发挥了 CPU 和 GPU 两种处理器各自的优势。然后对编码器的各个模块重新作了并行设计。针对帧间预测分别设计了整像素运动估计与 分像素运动估计的并行执行过程,提出了一种并行的参考帧插值计算方法;针对帧内预测设计 了宏块之间 与宏块内部两级并行 的 执行过程;针对变换与 量化设计了快 速 DCT 变换 与 Hadamard 变换的并行执行过程;针对熵编码设计了每个子块码流生成与各宏块码流合并的并行 执行过程;针对去块滤波设计了边界强度计算与滤波计算的并行执行过程,提出了一种新的去 块滤波的宏块执行顺序,增大了并行粒度。最后本文选择了多种格式的视频序列对设计的编码器进行了详细的性能测试。相比传统的 串行编码器,本文设计的基于 CUDA 的并行编码器在处理 1080P 全高清视频时获得了平均 16 倍左右的加速比,并且图像质量只有微小的损失。本文基于 CUDA 平台开发的 H.264 视频编码 器性能有了明显的提升,可应用于很多现实场景中,同时在推广 GPU 用于通用计算任务方面也 有着很强的借鉴作用。关键词:H.264 视频编码器,GPU,CUDA,加速比,并行粒度,通用计算ABSTRACTH.264/AVC is the most advanced video compression standard currently. By adopting new coding techniques, H.264/AVC achieves higher coding efficiency and image quality. But these new techniques produce a high computational cost and large system memory bandwidth requirements at the same time. Real time encoding is very difficult to perform on current hardware platform due to its high computational complexity. On the other hand, during the recent years the processing speed of the graphics processing unit (GPU) is improving much more fast than the Moores law and it canspeed up some non-graphic applications。 The CUDA, OpenCL programming model makes thedevelopment of the application software based on GPU much simpler. At present, GPU is widely used in astronomy, fluid mechanics, electromagnetic simulation, signal processing, video compression and many other fields and has made great achievements.By research on CUDA programming model and H.264 vedio encoding frame, this paper proposes a parallel H.264 encod
您可能关注的文档
- 基于bs模式的焊接工艺管理系统-welding process management system based on bs mode.docx
- 基于bs模式的教师信息系统的设计与实现-design and implementation of teacher information system based on bs mode.docx
- 基于bs模式的科研成果管理系统的设计与实践-design and practice of scientific research achievements management system based on bs model.docx
- 基于bs模式的实验室排课选课系统的分析与开发-analysis and development of course arrangement system in laboratory based on bs mode.docx
- 基于bs模式的水电企业mis系统—底层框架设计与实现-design and implementation of mis system - bottom frame of hydropower enterprise based on bs model.docx
- 基于bs模式的网络教务管理系统的设计与实现-design and implementation of network educational administration management system based on bs mode.docx
- 基于bs模式的网络在线考试系统的设计与实现-design and implementation of online examination system based on bs mode.docx
- 基于bs模式的虚拟仪器网络化测试基本单元的设计与实现-design and implementation of basic unit of virtual instrument network testing based on bs mode.docx
- 基于bs模式的学生电子档案管理系统-student electronic file management system based on bs mode.docx
- 基于bs模式的医院信息系统设计与实现-design and implementation of hospital information system based on bs mode.docx
- 基于cs模式的银校联网收费系统研究-research on networking charging system of bank and school based on cs mode.docx
- 基于curvelet变换的新生儿疼痛表情识别分析-analysis of neonatal pain expression recognition based on curve let transformation.docx
- 基于d2d的中继选择算法分析-analysis of relay selection algorithm based on d2d.docx
- 基于dea的我国科技成果转化效果评价分析-evaluation and analysis of transformation effect of scientific and technological achievements in china based on dea.docx
- 基于dct的数字水印算法分析及其应用-analysis and application of digital watermarking algorithm based on dct.docx
- 基于ct图像处理的冻结岩石细观结构及损伤力学特性分析-analysis of microstructure and damage mechanics characteristics of frozen rocks based on ct image processing.docx
- 基于dea方法的中国通信市场竞争强度的研究-research on the competitive strength of china's communication market based on dea method.docx
- 基于cwm元数据管理系统在电子政务中设计和实现-design and implementation of metadata management system base on cwm in e - government.docx
- 基于delta-sigma调制技术交流谐波信号源软件设计与仿真-software design and simulation of ac harmonic signal source based on delta - sigma modulation technology.docx
- 基于d-insar的矿区地表沉降监测与研究-monitoring and research of mining area surface subsidence based on d - insar.docx
文档评论(0)