Searched refs:iMbOffsetChroma (Results 1 – 1 of 1) sorted by relevance
1515 int32_t iMbOffsetChroma = (iMbX + iMbY * iDstStrideChroma) << 3; in ParseIPCMInfoCabac() local1518 uint8_t* pMbDstU = pCtx->pDec->pData[1] + iMbOffsetChroma; in ParseIPCMInfoCabac()1519 uint8_t* pMbDstV = pCtx->pDec->pData[2] + iMbOffsetChroma; in ParseIPCMInfoCabac()