随笔分类 -  视频编解码

摘要:1 void Analysis::compressIntraCU(const CUData& parentCTU, const CUGeom& cuGeom, uint32_t& zOrder) 2 { 3 uint32_t depth = cuGeom.depth;//geometric CU几何结构 4 ModeDepth& md = m_modeDepth... 阅读全文
posted @ 2016-11-27 19:50 mlj318 阅读(1777) 评论(0) 推荐(0)
摘要:1 Other Codecs l MSN 使用的video codec “x-rtvc1”,09之前的版本使用的ML20.参考网址: http://www.amsn-project.net/forums/index.php?topic=6612.0 l Yahoo messenger 使用GIPS的 阅读全文
posted @ 2016-07-31 19:43 mlj318 阅读(22107) 评论(0) 推荐(1)
摘要:compressSlice 中一开始的entropy coder 设置: // set entropy coder if( m_pcCfg->getUseSBACRD() ) { m_pcSbacCoder->init( m_pcBinCABAC ); m_pcEntropyCoder->setEn 阅读全文
posted @ 2013-08-22 16:36 mlj318 阅读(828) 评论(0) 推荐(0)
摘要:LZ77算法基本过程 http://jpkc.zust.edu.cn/2007/dmt/course/MMT03_05_2.htm LZ77压缩算法详解 http://wenku.baidu.com/view/c4ee642bcfc789eb172dc8f5.html 输入待字典编码的CU, Cop 阅读全文
posted @ 2013-08-22 16:32 mlj318 阅读(936) 评论(0) 推荐(0)
摘要:1、Motion Estimation in x264 x264's ME methods in order from best quality to worst:SATD Exhaustive (tesa)Exhaustive (esa/full)Uneven Multi-Hex (umh)Hex 阅读全文
posted @ 2013-03-05 16:40 mlj318 阅读(675) 评论(0) 推荐(0)