首页 | 本学科首页   官方微博 | 高级检索  
     

H.264中变换和量化的SIMD优化
引用本文:魏芳,李学明.H.264中变换和量化的SIMD优化[J].计算机工程与应用,2004,40(17):24-27.
作者姓名:魏芳  李学明
作者单位:北京邮电大学信息工程学院,北京,100876
基金项目:国家自然科学基金项目(编号:60172050)资助
摘    要:H.264是一个新的基于运动补偿+变换+量化+熵编码框架的视频编码国际标准。H.264中采用了大量的新技术,这些技术在提高编码效率的同时,也极大地增加了算法的复杂度。为此H.264在保证性能的前提下也做了一些优化,如变换和量化可以在16比特精度下完成,并且除了量化中需要少许乘法外,其余可以只用加法和移位实现。这些特点使得H.264中的变换和量化可以很好地使用支持单指令多数据(SIMD)的MMX技术进行进一步优化。该文首先介绍了H.264中变换和量化的实现过程和特点,接下来重点讨论了利用MMX指令对变换和量化中的关键部分进行优化的方法,最后给出了计算机仿真的结果,并对结果进行了分析。仿真结果表明:该文提出的方法可以使H.264的变换和量化模块的运算速度提高到原来的3.5~5.2倍,优化效果十分显著。

关 键 词:H.264  整数余弦变换  哈达玛变换  周期量化  SIMD  MMX
文章编号:1002-8331-(2004)17-0024-04

SIMD Optimization of Transform and Quantization in H.264
Wei Fang Li,Xueming.SIMD Optimization of Transform and Quantization in H.264[J].Computer Engineering and Applications,2004,40(17):24-27.
Authors:Wei Fang Li  Xueming
Abstract:H.264is a new international video coding standard based on motion estimation,transform,quantization and entropy coding framework.H.264adopts plentiful new technologies,which greatly improve coding efficiency but hugely adding complexity.Therefore some simplifications with no performance loss such as low complexity transform and quantization are introduced into H.264.The transform and quantization in H.264requires only additions and shifts except a minimum number of multiplication in quantization and can be computed in16-bit arithmetic,which make it possible to be magnificently optimized with MMX technology supporting SIMD(Single Instruction Multiple Data)parallelism.This paper firstly introduces the implementation process and characteristic of the transform and quantization in H.264,further the key modules of which are optimized by making full advantage of MMX.At last,conclusions can be made after analyzing the presented results of computer simulation,that the proposed algorithms are prominent while3.5~5.2times calculation speed can be achieved after optimization.
Keywords:H  264  integer cosine transform  hadamard transform  periodic quantization  SIMD  MMX
本文献已被 CNKI 维普 万方数据 等数据库收录!
设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号