Searched refs:pBufferInterPredMe (Results 1 – 3 of 3) sorted by relevance
102 uint8_t* pBufferInterPredMe; // [4][400] is enough because only h&v or v&hv or h&hv. but if both… member
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()
768 …pMbCache->pBufferInterPredMe = (uint8_t*)pMa->WelsMallocz (4 * 640 * sizeof (uint8_t), "pMbCache->… in AllocMbCacheAligned()769 WELS_VERIFY_RETURN_IF (1, (NULL == pMbCache->pBufferInterPredMe)); in AllocMbCacheAligned()800 if (NULL != pMbCache->pBufferInterPredMe) { in FreeMbCache()801 pMa->WelsFree (pMbCache->pBufferInterPredMe, "pMbCache->pBufferInterPredMe"); in FreeMbCache()802 pMbCache->pBufferInterPredMe = NULL; in FreeMbCache()