Home
last modified time | relevance | path

Searched refs:iMbOffsetChroma (Results 1 – 1 of 1) sorted by relevance

/third_party/openh264/codec/decoder/core/src/
Dparse_mb_syn_cabac.cpp1515 int32_t iMbOffsetChroma = (iMbX + iMbY * iDstStrideChroma) << 3; in ParseIPCMInfoCabac() local
1518 uint8_t* pMbDstU = pCtx->pDec->pData[1] + iMbOffsetChroma; in ParseIPCMInfoCabac()
1519 uint8_t* pMbDstV = pCtx->pDec->pData[2] + iMbOffsetChroma; in ParseIPCMInfoCabac()