Searched refs:iMvx (Results 1 – 1 of 1) sorted by relevance
/third_party/openh264/codec/encoder/core/src/ |
D | md.cpp | 578 int16_t iMvx = pMe->sMv.iMvX; in MeRefineFracPixel() local 581 int16_t iHalfMvx = iMvx; in MeRefineFracPixel() 602 …iBestCost = pMe->uSadPredISatd.uiSatd + COST_MVD (pMe->pMvdCost, iMvx - pMe->sMvp.iMvX, iMvy - pMe… in MeRefineFracPixel() 605 COST_MVD (pMe->pMvdCost, iMvx - pMe->sMvp.iMvX, iMvy - pMe->sMvp.iMvY); in MeRefineFracPixel() 617 COST_MVD (pMe->pMvdCost, iMvx - pMe->sMvp.iMvX, iMvy - 2 - pMe->sMvp.iMvY); in MeRefineFracPixel() 626 COST_MVD (pMe->pMvdCost, iMvx - pMe->sMvp.iMvX, iMvy + 2 - pMe->sMvp.iMvY); in MeRefineFracPixel() 639 COST_MVD (pMe->pMvdCost, iMvx - 2 - pMe->sMvp.iMvX, iMvy - pMe->sMvp.iMvY); in MeRefineFracPixel() 648 COST_MVD (pMe->pMvdCost, iMvx + 2 - pMe->sMvp.iMvX, iMvy - pMe->sMvp.iMvY); in MeRefineFracPixel()
|