摘要: 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 阅读(937) 评论(0) 推荐(0)