码迷,mamicode.com
首页 > 其他好文 > 详细

dm8148 开发之---IDR帧

时间:2014-07-31 23:24:20      阅读:260      评论:0      收藏:0      [点我收藏+]

标签:blog   http   os   io   文件   for   art   ar   

IDR帧属于I帧。 解码器收到IDR帧时,将所有的参考帧队列丢弃(用x264_reference_reset函 数实现——在encoder.c文件中)。这点是所有I帧共有的特性,但是收到IDR帧 时,解码器另外需要做的工作就是:把所有的PPS和SPS参数进行更新。由此可见,在编码器端,每 发一个IDR,就相应地发一个 PPS&SPS_nal_unit。

http://baike.baidu.com/view/1776508.htm?fr=aladdin#3

 

8148 2.0 decode demo limit

3 Limitations
These data flows have the following limitations / constraints
? These data flows are implemented for DM814x SoC.
? The software mosaic support 2 scaler instance in one SWMS. That means you can archieve
32D1@30fps performance with only one SWMS. But please don’t use VIP scaler and DEI
scaler in the same SWMS, this will cause issue. You can use VIP scaler and SC5, or SC5 with
DEI scaler.
? SD display is not supported currently
? Graphic support is not added currently
? Multiple references frames is supported but only 1 reference frame(B-frame) has been tested
extensively, hence limited Generic Decoder testing has been conducted for H264
? The numbuf should always be greater than the displaydelay and preferably the difference
between them should be five or more
? Keep the numbuf = 16 and displaydelay = 10 in the ini file, for generic streams which have
multiple reference buffers
? Limitted error stream testing has been done
? Decoder assume the first frame shall be an IDR frame (SPS/PPS + I frame)
? MPEG4-ASP is not supported

i p b 详解

http://www.cnblogs.com/azraelly/archive/2012/06/10/2543708.html

http://blog.csdn.net/abcjennifer/article/details/6577934

http://www.cnblogs.com/azraelly/archive/2012/06/10/2543708.html

dm8148 开发之---IDR帧,布布扣,bubuko.com

dm8148 开发之---IDR帧

标签:blog   http   os   io   文件   for   art   ar   

原文地址:http://www.cnblogs.com/pengkunfan/p/3883529.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!