Searched refs:pStrideTab (Results 1 – 4 of 4) sorted by relevance
136 SStrideTables* pStrideTab; // stride tables for internal coding used member
159 …int32_t* pStrideEncBlockOffset = pEncCtx->pStrideTab->pStrideEncBlockOffset[pEncCtx->uiDependencyI… in WelsEncRecI4x4Y()160 …int32_t* pStrideDecBlockOffset = pEncCtx->pStrideTab->pStrideDecBlockOffset[pEncCtx->uiDependencyI… in WelsEncRecI4x4Y()
856 pList[iIdx].iMbX = pEnc->pStrideTab->pMbIndexX[kiDlayerId][iIdx]; in InitMbInfo()857 pList[iIdx].iMbY = pEnc->pStrideTab->pMbIndexY[kiDlayerId][iIdx]; in InitMbInfo()1048 …WelsGetEncBlockStrideOffset ((*ppCtx)->pStrideTab->pStrideEncBlockOffset[iDlayerIndex], iPicWidth,… in InitDqLayers()1259 (*ppCtx)->pStrideTab = pPtr; in AllocStrideTables()1805 if (NULL != pCtx->pStrideTab) { in FreeMemorySvc()1806 if (NULL != pCtx->pStrideTab->pStrideDecBlockOffset[0][1]) { in FreeMemorySvc()1807 pMa->WelsFree (pCtx->pStrideTab->pStrideDecBlockOffset[0][1], "pBase"); in FreeMemorySvc()1808 pCtx->pStrideTab->pStrideDecBlockOffset[0][1] = NULL; in FreeMemorySvc()1810 pMa->WelsFree (pCtx->pStrideTab, "SStrideTables"); in FreeMemorySvc()1811 pCtx->pStrideTab = NULL; in FreeMemorySvc()
1442 …int32_t* pStrideEncBlockOffset = pEncCtx->pStrideTab->pStrideEncBlockOffset[pEncCtx->uiDependencyI… in WelsMdPSkipEnc()