Home
last modified time | relevance | path

Searched refs:pBestPredInter (Results 1 – 1 of 1) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Dmd.cpp594 uint8_t* pBestPredInter = pRef; in MeRefineFracPixel() local
621 pBestPredInter = pMeRefine->pHalfPixV; in MeRefineFracPixel()
630 pBestPredInter = pMeRefine->pHalfPixV + ME_REFINE_BUF_STRIDE; in MeRefineFracPixel()
643 pBestPredInter = pMeRefine->pHalfPixH; in MeRefineFracPixel()
652 pBestPredInter = pMeRefine->pHalfPixH + 1; in MeRefineFracPixel()
752 pBestPredInter = pMeRefine->pQuarPixBest; in MeRefineFracPixel()
764 pBestPredInter = pRef; in MeRefineFracPixel()
767 pMeRefine->pfCopyBlockByMode (pMemPredInterMb, MB_WIDTH_LUMA, pBestPredInter, in MeRefineFracPixel()