predInterLumaPixel  116 source/common/predict.cpp                 predInterLumaPixel(pu, predYuv, *cu.m_slice->m_refReconPicList[0][refIdx0], mv0);
predInterLumaPixel  210 source/common/predict.cpp                     predInterLumaPixel(pu, predYuv, *cu.m_slice->m_refReconPicList[0][refIdx0], mv0);
predInterLumaPixel  237 source/common/predict.cpp                     predInterLumaPixel(pu, predYuv, *cu.m_slice->m_refReconPicList[1][refIdx1], mv1);
predInterLumaPixel   91 source/common/predict.h     void predInterLumaPixel(const PredictionUnit& pu, Yuv& dstYuv, const PicYuv& refPic, const MV& mv) const;
predInterLumaPixel 1993 source/encoder/search.cpp         predInterLumaPixel(pu, tmpPredYuv, *m_slice->m_refReconPicList[list][ref], mvCand);
predInterLumaPixel 2373 source/encoder/search.cpp                 predInterLumaPixel(pu, bidirYuv[0], *refPic0, bestME[0].mv);
predInterLumaPixel 2374 source/encoder/search.cpp                 predInterLumaPixel(pu, bidirYuv[1], *refPic1, bestME[1].mv);