checkBestMVP 2911 source/encoder/analysis.cpp mvp0 = checkBestMVP(inter2Nx2N.amvpCand[0][ref0], mvzero, mvpIdx0, bits0, zcost); checkBestMVP 2912 source/encoder/analysis.cpp mvp1 = checkBestMVP(inter2Nx2N.amvpCand[1][ref1], mvzero, mvpIdx1, bits1, zcost); checkBestMVP 2094 source/encoder/search.cpp mvp = checkBestMVP(amvp, outmv, mvpIdx, bits, cost); checkBestMVP 2204 source/encoder/search.cpp mvp = checkBestMVP(amvp, outmv, mvpIdx, bits, cost); checkBestMVP 2323 source/encoder/search.cpp mvp = checkBestMVP(amvp, outmv, mvpIdx, bits, cost); checkBestMVP 2434 source/encoder/search.cpp mvp0 = checkBestMVP(interMode.amvpCand[0][bestME[0].ref], mvzero, mvpIdx0, bits0, cost); checkBestMVP 2435 source/encoder/search.cpp mvp1 = checkBestMVP(interMode.amvpCand[1][bestME[1].ref], mvzero, mvpIdx1, bits1, cost); checkBestMVP 425 source/encoder/search.h const MV& checkBestMVP(const MV amvpCand[2], const MV& mv, int& mvpIdx, uint32_t& outBits, uint32_t& outCost) const;