Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dmd.cpp510 pMeRefine->pQuarPixTmp = &pMbCache->pBufferInterPredMe[1920] + iStride; in InitMeRefinePointer()
540 pSampleAvg (pMeRefine->pQuarPixTmp, ME_REFINE_BUF_STRIDE, pParams->pSrcA[0], ME_REFINE_BUF_STRIDE, in MeRefineQuarPixel()
543 iCurCost = CALC_COST (pMeRefine->pQuarPixTmp, pParams->iLms[0]); in MeRefineQuarPixel()
546 SWITCH_BEST_TMP_BUF (pMeRefine->pQuarPixBest, pMeRefine->pQuarPixTmp); in MeRefineQuarPixel()
549 pSampleAvg (pMeRefine->pQuarPixTmp, ME_REFINE_BUF_STRIDE, pParams->pSrcA[1], in MeRefineQuarPixel()
551 iCurCost = CALC_COST (pMeRefine->pQuarPixTmp, pParams->iLms[1]); in MeRefineQuarPixel()
554 SWITCH_BEST_TMP_BUF (pMeRefine->pQuarPixBest, pMeRefine->pQuarPixTmp); in MeRefineQuarPixel()
557 pSampleAvg (pMeRefine->pQuarPixTmp, ME_REFINE_BUF_STRIDE, pParams->pSrcA[2], in MeRefineQuarPixel()
559 iCurCost = CALC_COST (pMeRefine->pQuarPixTmp, pParams->iLms[2]); in MeRefineQuarPixel()
562 SWITCH_BEST_TMP_BUF (pMeRefine->pQuarPixBest, pMeRefine->pQuarPixTmp); in MeRefineQuarPixel()
[all …]
/third_party/openh264/codec/encoder/core/inc/
Dmd.h126 uint8_t* pQuarPixTmp; member