Searched refs:sMb (Results 1 – 3 of 3) sorted by relevance
1493 pCtx->sMb.iMbWidth = (kiMaxWidth + 15) >> 4; in InitialDqLayersContext()1494 pCtx->sMb.iMbHeight = (kiMaxHeight + 15) >> 4; in InitialDqLayersContext()1513 …pCtx->sMb.pMbType[i] = (uint32_t*)pMa->WelsMallocz (pCtx->sMb.iMbWidth * pCtx->sMb.iMbHeight * siz… in InitialDqLayersContext()1515 …pCtx->sMb.pMv[i][LIST_0] = (int16_t (*)[16][2])pMa->WelsMallocz (pCtx->sMb.iMbWidth * pCtx->sMb.iM… in InitialDqLayersContext()1517 …pCtx->sMb.pMv[i][LIST_1] = (int16_t (*)[16][2])pMa->WelsMallocz (pCtx->sMb.iMbWidth * pCtx->sMb.iM… in InitialDqLayersContext()1520 …pCtx->sMb.pRefIndex[i][LIST_0] = (int8_t (*)[MB_BLOCK4x4_NUM])pMa->WelsMallocz (pCtx->sMb.iMbWidth… in InitialDqLayersContext()1521 pCtx->sMb.iMbHeight * in InitialDqLayersContext()1524 …pCtx->sMb.pRefIndex[i][LIST_1] = (int8_t (*)[MB_BLOCK4x4_NUM])pMa->WelsMallocz (pCtx->sMb.iMbWidth… in InitialDqLayersContext()1525 pCtx->sMb.iMbHeight * in InitialDqLayersContext()1528 …pCtx->sMb.pDirect[i] = (int8_t (*)[MB_BLOCK4x4_NUM])pMa->WelsMallocz (pCtx->sMb.iMbWidth * pCtx->s… in InitialDqLayersContext()[all …]
261 for (uint32_t ln = 0; ln < pCtx->sMb.iMbHeight; ++ln) { in BaseMC()268 const int32_t down_line = WELS_MIN (offset >> 4, int32_t (pCtx->sMb.iMbHeight) - 1); in BaseMC()
372 } sMb; member