作者cypher (无名)
看板Programming
标题Re: [问题] H.264 intra prediction
时间Sat Oct 29 23:23:40 2011
谢谢你
我找到答案了
http://blog.csdn.net/GuanhuaYang/article/details/1783191
这个版有3行限制吗?
※ 引述《Foremanytz (Foreman)》之铭言:
: 1. Intra prediction (and all other forms of prediction) across slice
: boundaries is not used, in order to keep all slices independent of
: each other.
: intra prediction 时不应参考跨越 slice 边界的象素
: 所以编码端理论上不能使用那些需要参考不存在的象素的intra-mode
: 2. A constrained intra coding mode can be signaled that
: allows prediction only from intra-coded neighboring macroblocks.
: 实际上, 在 constrained intra coding mode 下
: 连 inter-MB 都不该去参考, 只参考 decode 完毕的 intra-MB
: 这是为了避免 error bits 影响 motion compensation 造成的误差长期延续下去
: 解码端遇到这种情况怎麽解... 不确定, 个人猜测是:
: a. 当那些不存在的象素是 50% gray 的点
: b. 把还在 picture buffer 中, 之前参考的画面的边界象素向外 extrapolation 而得
: 参考资料来源: Overview of the H.264/AVC Video Coding Standard
: IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY
: VOL. 13, NO. 7, JULY 2003
: ※ 引述《cypher (无名)》之铭言:
: : 想请教一下
: : H.264里面的intra prediction
: : 是说
: : 用想要做intra prediction MB上面和左边以经编好码的MB来当reference
: : 但是
: : 如果是刚开始编码时,还没有reference时要怎麽办呢?
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 114.25.250.195
1F:→ aqzb:没错 就像那网站说的 用jpeg一样的方式 -128 114.32.226.74 11/04 00:03
2F:→ cypher:谢谢指教:)140.109.103.228 11/07 16:50