motionCompensation  100 source/common/predict.h     void motionCompensation(const CUData& cu, const PredictionUnit& pu, Yuv& predYuv, bool bLuma, bool bChroma);
motionCompensation  981 source/encoder/analysis.cpp                         motionCompensation(bestInter->cu, pu, bestInter->predYuv, false, true);
motionCompensation 1018 source/encoder/analysis.cpp                         motionCompensation(md.bestMode->cu, pu, md.bestMode->predYuv, false, true);
motionCompensation 1524 source/encoder/analysis.cpp                         motionCompensation(bestInter->cu, pu, bestInter->predYuv, false, true);
motionCompensation 1542 source/encoder/analysis.cpp                                 motionCompensation(md.pred[PRED_BIDIR].cu, pu, md.pred[PRED_BIDIR].predYuv, true, true);
motionCompensation 1609 source/encoder/analysis.cpp                             motionCompensation(md.bestMode->cu, pu, md.bestMode->predYuv, false, true);
motionCompensation 1980 source/encoder/analysis.cpp                             motionCompensation(md.pred[PRED_BIDIR].cu, pu, md.pred[PRED_BIDIR].predYuv, true, true);
motionCompensation 2168 source/encoder/analysis.cpp                 motionCompensation(md.bestMode->cu, pu, md.bestMode->predYuv, false, m_csp != X265_CSP_I400);
motionCompensation 2318 source/encoder/analysis.cpp                 motionCompensation(mode.cu, pu, mode.predYuv, true, (m_csp != X265_CSP_I400 && m_frame->m_fencPic->m_picCsp != X265_CSP_I400));
motionCompensation 2487 source/encoder/analysis.cpp         motionCompensation(tempPred->cu, pu, tempPred->predYuv, true, m_bChromaSa8d && (m_csp != X265_CSP_I400 && m_frame->m_fencPic->m_picCsp != X265_CSP_I400));
motionCompensation 2511 source/encoder/analysis.cpp         motionCompensation(bestPred->cu, pu, bestPred->predYuv, false, true);
motionCompensation 2632 source/encoder/analysis.cpp         motionCompensation(tempPred->cu, pu, tempPred->predYuv, true, m_csp != X265_CSP_I400);
motionCompensation 2851 source/encoder/analysis.cpp     motionCompensation(cu, pu, bidir2Nx2N.predYuv, true, m_bChromaSa8d && (m_csp != X265_CSP_I400 && m_frame->m_fencPic->m_picCsp != X265_CSP_I400));
motionCompensation 2890 source/encoder/analysis.cpp             motionCompensation(cu, pu, tmpPredYuv, true, true);
motionCompensation 2933 source/encoder/analysis.cpp                 motionCompensation(cu, pu, bidir2Nx2N.predYuv, true, m_csp != X265_CSP_I400 && m_frame->m_fencPic->m_picCsp != X265_CSP_I400);
motionCompensation 1919 source/encoder/search.cpp         motionCompensation(cu, pu, tempYuv, true, m_me.bChromaSATD);
motionCompensation 2361 source/encoder/search.cpp                 motionCompensation(cu, pu, tmpPredYuv, true, true);
motionCompensation 2408 source/encoder/search.cpp                     motionCompensation(cu, pu, tmpPredYuv, true, true);
motionCompensation 2515 source/encoder/search.cpp         motionCompensation(cu, pu, *predYuv, true, bChromaMC);