
HM
文章平均质量分 70
Jyno
这个作者很懒,什么都没留下…
展开
-
HEVC帧内PU数的来源
HEVC帧内PU数的来源在看HEVC帧内预测函数TEncSearch::estIntraPredQT()时,发现有PU分割,为变量:uiNumPU = pcCU->getNumPartInter();进入函数getNumPartInter():switch ( m_pePartSize[0] ) { case SIZE_2Nx2N: iNumPart原创 2013-09-06 09:50:58 · 1908 阅读 · 0 评论 -
HEVC帧内DC预测函数predIntraGetPredValDC()
// Function for calculating DC value of the reference samples used in Intra predictionPel TComPrediction::predIntraGetPredValDC( Int* pSrc, Int iSrcStride, UInt iWidth, UInt iHeight, Bool bAbove, Boo原创 2013-09-09 11:11:17 · 1205 阅读 · 0 评论 -
HEVC帧内编码一个CU
HEVC帧内编码一个CU1. CU编码开始于函数TEncCu::xCompressCU();2. 然后由函数xCheckRDCostIntra()调用函数estIntraPredQT(),estIntraPredChromaQT()进行色度和亮度预测;3. estIntraPredQT()函数根据uiNumPU(前一篇博客已讲),遍历每一个su原创 2013-09-09 10:30:02 · 1762 阅读 · 0 评论 -
Intra−Planar and Intra−DC Prediction
Intra−Planar and Intra−DC Prediction(翻译)参考文献:G.J. Han, J.R. Ohm, W.J. Han, and T. Wiegand, “Overview of the HighEfficiency Video Coding (HEVC) Standard,”IEEE Trans. Circuits Syst. Video Technol., vo翻译 2013-09-09 12:12:14 · 1975 阅读 · 0 评论