该函数实现帧内planar预测模式,由重建像素生成当前块的planar模式预测块。 Void TComPrediction::xPredIntraPlanar( const Pel* pSrc, Int srcStride, Pel* rpDst, Int dstStride, UInt width, UInt height ) { // 参数分别为重建像素数组,参考像素stride,预测像素数组,预测像素stride,预测块宽,预测块高 // pSrc和rpDst分别都指向当前块的左上角位置,即(0,0)处 assert(width <= height); // 定义需