摘要
本文首先简要介绍了H.264视频编码标准所采用的新关键技术,对X264开源代码的DSP移植做了讨论,然后对移植后的代码从算法级、项目级和指令级上做了优化,分别使用全零块检测判决、算法简化、添加内联函数和线性汇编代码来提高运算速度。实验结果表明经过初步优化后可以达到CIF准实时的要求。
This paper introduced some new key technologies adopted by H.264 standard firstly and discussed the migration of X264 open source code based on TI's C64x DSP. Some Optimization works from algorithm-level, project-level and instruction-level are presented in the paper, all-zero block detection, algorithm simplify, intrinsics function and linear-assembly are used to reduce the computing time. The experiment results show that it can meet the request of CIF quasi-real-time encode.
出处
《微计算机信息》
2009年第17期135-136,147,共3页
Control & Automation
基金
高等学校学科创新引智计划数字媒体工程创新引智基地项目
基金申请人:王金涛
基金颁发部门:教育部与国家外国专家局(B08042)
关键词
H.264
DSP
优化
全零块检测
内联
线性汇编
H.264
DSP
optimization
all-zero block detection
intrinsics
linear-assembly