Searched refs:pMbIndexY (Results 1 – 2 of 2) sorted by relevance
113 …int16_t* pMbIndexY[MAX_DEPENDENCY_LAYER]; // [iDid][iMbY]: map for iMbY in eac… member
857 pList[iIdx].iMbY = pEnc->pStrideTab->pMbIndexY[kiDlayerId][iIdx]; in InitMbInfo()1377 pPtr->pMbIndexY[iSpatialIdx] = (int16_t*)pBaseMbY; in AllocStrideTables()1391 pPtr->pMbIndexY[iSpatialIdx] = NULL; in AllocStrideTables()1450 int16_t* pMbIndexY = pPtr->pMbIndexY[iSpatialIdx] + i * kiMbWidth; in AllocStrideTables() local1453 memcpy (pMbIndexY, pRowY, kiLineSize); // confirmed_safe_unsafe_usage in AllocStrideTables()