Searched refs:pMbIndexX (Results 1 – 2 of 2) sorted by relevance
112 …int16_t* pMbIndexX[MAX_DEPENDENCY_LAYER]; // [iDid][iMbX]: map for iMbX in eac… member
856 pList[iIdx].iMbX = pEnc->pStrideTab->pMbIndexX[kiDlayerId][iIdx]; in InitMbInfo()1376 pPtr->pMbIndexX[iSpatialIdx] = (int16_t*)pBaseMbX; in AllocStrideTables()1390 pPtr->pMbIndexX[iSpatialIdx] = NULL; in AllocStrideTables()1423 int16_t* pMbIndexX = pPtr->pMbIndexX[iSpatialIdx]; in AllocStrideTables() local1430 memcpy (pMbIndexX, pRowX, kiLineSize); // confirmed_safe_unsafe_usage in AllocStrideTables()1432 pMbIndexX += kiMbWidth; in AllocStrideTables()