Searched refs:pMeRefine (Results 1 – 2 of 2) sorted by relevance
/third_party/openh264/codec/encoder/core/src/ |
D | md.cpp | 505 void InitMeRefinePointer (SMeRefinePointer* pMeRefine, SMbCache* pMbCache, int32_t iStride) { in InitMeRefinePointer() argument 506 pMeRefine->pHalfPixH = &pMbCache->pBufferInterPredMe[0] + iStride; in InitMeRefinePointer() 507 pMeRefine->pHalfPixV = &pMbCache->pBufferInterPredMe[640] + iStride; in InitMeRefinePointer() 509 pMeRefine->pQuarPixBest = &pMbCache->pBufferInterPredMe[1280] + iStride; in InitMeRefinePointer() 510 pMeRefine->pQuarPixTmp = &pMbCache->pBufferInterPredMe[1920] + iStride; in InitMeRefinePointer() 532 inline void MeRefineQuarPixel (SWelsFuncPtrList* pFunc, SWelsME* pMe, SMeRefinePointer* pMeRefine, in MeRefineQuarPixel() argument 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() [all …]
|
/third_party/openh264/codec/encoder/core/inc/ |
D | md.h | 152 void InitMeRefinePointer (SMeRefinePointer* pMeRefine, SMbCache* pMbCache, int32_t iStride); 154 SMeRefinePointer* pMeRefine, int32_t iWidth, int32_t iHeight);
|