自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(12)
  • 收藏
  • 关注

转载 HM6.01 (HEVC参考软件)代码总结(一)

转载自http://blog.csdn.net/smells2/article/details/7699803

2017-04-13 10:03:10 589

原创 xPredIntraAng

Void TComPrediction::xPredIntraAng( Int bitDepth, const Pel* pSrc, Int srcStride, Pel* pTrueDst, Int dstStrideTr

2017-04-12 11:06:43 620

原创 predIntraAng

Void TComPrediction::predIntraAng( const ComponentID compID, UInt uiDirMode, Pel* piOrg /* Will be null for decoding */, UInt uiOrgStride, Pel* piPred, UInt uiStride, TComTU &rTu, const Bool bUseFilte

2017-04-12 11:04:47 675 1

原创 estIntraPredLumaQT函数

VoidTEncSearch::estIntraPredLumaQT(TComDataCU* pcCU, TComYuv* pcOrgYuv, TComYuv* pcPredYuv, TComYuv*

2017-04-12 11:02:30 1695 1

原创 xcheckRDcostIntra

Void TEncCu::xCheckRDCostIntra( TComDataCU *&rpcBestCU, TComDataCU *&rpcTempCU, Double &cost, PartS

2017-04-12 10:57:52 1002

原创 xcompressCU

#if AMP_ENC_SPEEDUPVoid TEncCu::xCompressCU( TComDataCU*& rpcBestCU, TComDataCU*& rpcTempCU, const UInt uiDepth DEBUG_STRING_FN_DECLARE(sDebug_), PartSize eParentPartSize )#elseVoid TEncCu::xCompre

2017-04-12 10:55:21 1262

原创 compressCTU

Void TEncCu::compressCtu( TComDataCU* pCtu ){ // initialize CU data m_ppcBestCU[0]->initCtu( pCtu->getPic(), pCtu->getCtuRsAddr() ); m_ppcTempCU[0]->initCtu( pCtu->getPic(), pCtu->getCtuRsAddr(

2017-04-12 10:51:04 818

原创 compressSlice

Void TEncSlice::compressSlice( TComPic* pcPic, const Bool bCompressEntireSlice, const Bool bFastDeltaQP ){ // if bCompressEntireSlice is true, then the entire slice (not slice segment) is compresse

2017-04-12 10:49:08 642

原创 compressGOP函数

Void TEncGOP::compressGOP( Int iPOCLast, Int iNumPicRcvd, TComList& rcListPic, TComList& rcListPicYuvRecOut, std::list& accessUnitsInGOP, Bool isF

2017-04-12 10:46:18 2557

原创 TEncTop中的encode函数解析

上一篇是简单的对top层的encode函数做了阅读,接下来进入其中调用的、更为具体的encode函数,对其做解读。Void TEncTop::encode(Bool flush, TComPicYuv* pcPicYuvOrg, TComPicYuv* pcPicYuvTrueOrg, const InputColourSpaceConversion snrCSC, TComList& rcL

2017-04-12 09:52:51 1208

原创 encode函数解读

Void TAppEncTop::encode(){  fstream bitstreamFile(m_pchBitstreamFile, fstream::binary | fstream::out);  if (!bitstreamFile)  {    fprintf(stderr, "\nfailed to open bitstream file `%s' for wr

2017-04-10 13:13:30 3435 1

原创 HEVC代码解读

学了一段时间的hevc,理论基本了解了,开始读代码,看看能不能搞出点什么名头吧。

2017-04-10 12:07:41 1488

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除