extendPicBorder 411 source/common/common.h void extendPicBorder(pixel* recon, intptr_t stride, int width, int height, int marginX, int marginY); extendPicBorder 170 source/common/lowres.cpp extendPicBorder(lowresPlane[0], lumaStride, width, lines, origPic->m_lumaMarginX, origPic->m_lumaMarginY); extendPicBorder 171 source/common/lowres.cpp extendPicBorder(lowresPlane[1], lumaStride, width, lines, origPic->m_lumaMarginX, origPic->m_lumaMarginY); extendPicBorder 172 source/common/lowres.cpp extendPicBorder(lowresPlane[2], lumaStride, width, lines, origPic->m_lumaMarginX, origPic->m_lumaMarginY); extendPicBorder 173 source/common/lowres.cpp extendPicBorder(lowresPlane[3], lumaStride, width, lines, origPic->m_lumaMarginX, origPic->m_lumaMarginY); extendPicBorder 339 source/encoder/weightPrediction.cpp extendPicBorder(refPic->m_picOrg[1], refPic->m_strideC, width, height, refPic->m_chromaMarginX, refPic->m_chromaMarginY); extendPicBorder 340 source/encoder/weightPrediction.cpp extendPicBorder(refPic->m_picOrg[2], refPic->m_strideC, width, height, refPic->m_chromaMarginX, refPic->m_chromaMarginY);