Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dmd.cpp509 pMeRefine->pQuarPixBest = &pMbCache->pBufferInterPredMe[1280] + iStride; in InitMeRefinePointer()
546 SWITCH_BEST_TMP_BUF (pMeRefine->pQuarPixBest, pMeRefine->pQuarPixTmp); in MeRefineQuarPixel()
554 SWITCH_BEST_TMP_BUF (pMeRefine->pQuarPixBest, pMeRefine->pQuarPixTmp); in MeRefineQuarPixel()
562 SWITCH_BEST_TMP_BUF (pMeRefine->pQuarPixBest, pMeRefine->pQuarPixTmp); in MeRefineQuarPixel()
571 SWITCH_BEST_TMP_BUF (pMeRefine->pQuarPixBest, pMeRefine->pQuarPixTmp); in MeRefineQuarPixel()
752 pBestPredInter = pMeRefine->pQuarPixBest; in MeRefineFracPixel()
/third_party/openh264/codec/encoder/core/inc/
Dmd.h125 uint8_t* pQuarPixBest; member