在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
芯片精品文章合集(500篇!) 创芯人才网--重磅上线啦!
查看: 3154|回复: 2

[原创] DSP在手机H.264解码应用中的初步分析

[复制链接]
发表于 2006-7-14 00:18:28 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
本帖最后由 cjsb37 于 2013-4-29 09:15 编辑

H.264  is the latest video compression standard especially
suitable for wireless network.

In wireless communications, bandwidth is too expensive to waste.
For most of the mobile users, bandwidth for steaming video will
not go beyond 128kbps. Among current video compression
standards, only H.264 can provide high quality at such low bit
rate, because compared with former video coding standards
such as MPEG-4 part 2, it saves up to 40% in bit rate and
provides error resilience features. Thus we adopted H.264
decoding as our target application. However, the improvement
in performance also introduces increase in computational complexity,
which requires more powerful hardware. At the same
time, there are several image and video coding standards currently
used such as JPEG and MPEG-4. Although ASIC design
can meet real-time performance, it is not programmable which
lacks flexibility for heterogeneous media standards. Hence
programmable DSP processor is believed by many people to
be the trend since it provides both real-time performance and
flexibility.

New Features of H.264

1) Entropy Decoding: CAVLC is context adaptive variable
length coding based on 4×4 blocks. It is combination of both
entropy coding and run length coding.
2) Inverse Integer Transform: In H.264, IDCT has been
replaced by inverse integer transform (IIT) which only involves
shift and addition without multiplication. Thus this part is
not as computational intensive as in former standards while it
provides more accuracy without drift caused by approximation
in transform.

3) Quarter Pixel Interpolation and Variable Block Size
Motion Compensation: Most of the existing standards support
the motion estimation accuracy up to 1/2 pixel. In H.264, the
maximum accuracy is 1/4 pixel. In former standards, motion
estimation is based on 16x16 macroblock for luma component
as well as 8x8 block for chroma component. While in H.264,
variable block-size motion compensation with smaller block
sizes is supported, thus picture can be restored with higher
accuracy. However, this largely increases the computational
complexity.

4) De-blocking Filter: De-blocking filter is a new added
part for H.264 in order to minimize the artifacts introduced
mainly by present compression technique such as intra prediction.
Although it does not promote the PSNR greatly, it
can largely improve the subjective appearance.


Performance Table:

Decoding Steps MIPS Cost (QCIF 30fps)
------------------------------------------------
Entropy Decoding (CAVLC) 66
Inverse Quantization 21
Inverse Transform 40
Intra Prediction 30
Inter Prediction (Interpolation) 256
De-blocking Filter 467
Other 30

As show above, three tasks appear to be most computational
complex in H.264 decoding which are CAVLC decoding,
interpolation and de-blocking filter.





发表于 2006-9-6 21:15:55 | 显示全部楼层
很不错 的。
发表于 2006-9-13 14:17:35 | 显示全部楼层
好象
Decoding Steps MIPS Cost (QCIF 30fps)
------------------------------------------------
Entropy Decoding (CAVLC) 66
Inverse Quantization 21
Inverse Transform 40
Intra Prediction 30
Inter Prediction (Interpolation) 256
De-blocking Filter 467
Other 30
上面的数值相加,需要好几百 MIPS,不知道使用什么DSP
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /1 下一条


小黑屋| 手机版| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-11-15 00:49 , Processed in 0.019612 second(s), 8 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表